Authored by 周少峰

img url

... ... @@ -179,7 +179,7 @@ $file.each(function(e) {
img = JSON.parse(data).imgList[0];
_html = '<span class="btn-del" title="删除"></span>' +
'<img src="' + img.imgUrl + '" width="126" height="126">' +
'<img src="' + img[0] + '" width="126" height="126">' +
'<input type="hidden" name="imgs" value="' + img.imgRelUrl + '">';
$imgList.each(function() {
if (!isShow && !$(this).find('img').length) {
... ...