|
@@ -136,7 +136,7 @@
|
|
|
<div>
|
|
|
{if condition="$ep['bankImg']"}
|
|
|
{if condition="$ep['bankImg_is_img']"}
|
|
|
- <img onclick="Feng.showImg(this)" id="yyzz" alt="开户许可证/基本存款账户信息"
|
|
|
+ <img onclick="Feng.showImg(this)" id="bankImg" alt="开户许可证/基本存款账户信息"
|
|
|
src="{$ep.bankImg|getStoragePath}" style="max-width:60px;">
|
|
|
{else}
|
|
|
<button type="button" onclick="Feng.showPdf('{$ep.bankImg|getStoragePath}', 'bankImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
|