소스 검색

产品导入修改

moshaorui 5 일 전
부모
커밋
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) {