摘要:
一、找到editor/dialogs/attachment/attachment.js文件 1、将_this.fileList.push(json);修改为_this.fileList[$file.index()] = json; 2、考虑上传失败的情况,加上一个判断,避免在上传失败后,数组中出现u 阅读全文
摘要:
$(".jieshao img").each(function (i) { $(this).attr("src", "manager/" + $(this).attr("src")); }); 阅读全文