浏览代码

产品导入修改

moshaorui 1 周之前
父节点
当前提交
e58c934d3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Libraries/CommonHelper.php

+ 1 - 0
app/Libraries/CommonHelper.php

@@ -530,6 +530,7 @@ Admin::script(
         // 关闭全屏
         fullscreenOverlay.click(function(e) {
             if (e.target === this) $(this).fadeOut(200);
+            fullscreenImage.attr('src', '');
         });
 
 function downloadImage(url, filename) {