作者 anyv
1 个管道 的构建 通过 耗费 0 秒

4

... ... @@ -142,7 +142,7 @@
name="det_name[]"
value="{$vo.name|default=''}" style="width: 200px;" title="图片名称">
<img id="photo-{$key}-preview"
src="{:cmf_get_image_preview_url($vo['url'])}"
src="$vo['url']"
style="height:36px;width: 36px;"
onclick="parent.imagePreviewDialog(this.src);">
<a href="javascript:uploadOneImage('图片上传','#photo-{$key}');">替换</a>
... ... @@ -177,7 +177,7 @@
id="thumbnails-preview"
width="135" style="cursor: pointer"/>
<else/>
<img src="/upload/{$data.show_img}"
<img src="{$data.show_img}"
id="thumbnails-preview"
width="135" style="cursor: pointer"/>
</if>
... ... @@ -200,7 +200,7 @@
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
<else/>
<img src="/upload/{$data.thumbnail}"
<img src="{$data.thumbnail}"
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
</if>
... ...