From e9bbffd407cbb290339ad986abaa9540c90fa22b Mon Sep 17 00:00:00 2001 From: quchenming <928837670@qq.com> Date: Sun, 08 Apr 2018 09:56:40 +0800 Subject: [PATCH] 发布 --- publish/js/customMin/customS_min.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/publish/js/customMin/customS_min.js b/publish/js/customMin/customS_min.js index 3183298..891853c 100644 --- a/publish/js/customMin/customS_min.js +++ b/publish/js/customMin/customS_min.js @@ -1632,7 +1632,7 @@ // var $list = $uploadimg, var $li = $( '<div id="' + fileid + '" class="file-item thumbnail">' + - '<img alt=" " class = "fileQueuedAddItem" src = "1' + fileItem.path + '" data-original ="' + fileItem.path + '" >' + + '<img alt=" " class = "fileQueuedAddItem" src = "' + fileItem.path + '" data-original ="' + fileItem.path + '" >' + '<div class="frm_item_icons">' + '<div class="frm_item_icon remove" imgId="' + fileid + '">' + // '<img style="width:14px;height:14px;" src="./../../css/img/icon/delete.png"></div>' + -- Gitblit v1.8.0