|
@@ -68,7 +68,7 @@
|
|
|
{eq name="ecr.imgurl_is_img" value="1"}
|
|
|
<img src="{$ecr.newImgurl|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)">
|
|
|
{else/}
|
|
|
- <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newImgurl|getStoragePath}', 'imgurl')">
|
|
|
+ <img src="/static/img/Pdf.png" style="height: 60px;" data-url="{$ecr.newImgurl|getStoragePath}">
|
|
|
{/eq}
|
|
|
{else/}
|
|
|
<img src="/static/img/yyzz.png" style="height: 60px;">
|
|
@@ -122,7 +122,7 @@
|
|
|
{eq name="ecr.bankImg_is_img" value="1"}
|
|
|
<img src="{$ecr.newBankImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
{else/}
|
|
|
- <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newBankImg|getStoragePath}', 'bankImg')">
|
|
|
+ <img src="/static/img/Pdf.png" style="height: 60px;" data-url="{$ecr.newBankImg|getStoragePath}">
|
|
|
{/eq}
|
|
|
{else/}
|
|
|
<img src="/static/img/yyzz.png" style="height: 60px;">
|
|
@@ -206,7 +206,7 @@
|
|
|
{eq name="ecr.domainImg_is_img" value="1"}
|
|
|
<img src="{$ecr.newDomainImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
{else/}
|
|
|
- <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')">
|
|
|
+ <img src="/static/img/Pdf.png" style="height: 60px;" data-url="{$ecr.newDomainImg|getStoragePath}">
|
|
|
{/eq}
|
|
|
{else/}
|
|
|
<img src="/static/img/yyzz.png" style="height: 60px;">
|
|
@@ -244,7 +244,7 @@
|
|
|
{eq name="ecr.typeImg_is_img" value="1"}
|
|
|
<img src="{$ecr.newTypeImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
{else/}
|
|
|
- <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newTypeImg|getStoragePath}', 'typeImg')">
|
|
|
+ <img src="/static/img/Pdf.png" style="height: 60px;" data-url="{$ecr.newTypeImg|getStoragePath}">
|
|
|
{/eq}
|
|
|
{else/}
|
|
|
<img src="/static/img/yyzz.png" style="height: 60px;">
|
|
@@ -288,7 +288,7 @@
|
|
|
{eq name="ecr.beian_is_img" value="1"}
|
|
|
<img src="{$ecr.newBeian|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
{else/}
|
|
|
- <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')">
|
|
|
+ <img src="/static/img/Pdf.png" style="height: 60px;" data-url="{$ecr.newBeian|getStoragePath}">
|
|
|
{/eq}
|
|
|
{else/}
|
|
|
<img src="/static/img/yyzz.png" style="height: 60px;">
|