Ver Fonte

产品导入修改

moshaorui há 1 semana atrás
pai
commit
e58c934d3f
1 ficheiros alterados com 1 adições e 0 exclusões
  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) {