Authored by 周少峰

img url

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