瀏覽代碼

修复bug

DW-PC\DW 5 年之前
父節點
當前提交
5e6cd1a7f4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      2019专题/特炫宣传页/src/modules/page/share.js

+ 2 - 1
2019专题/特炫宣传页/src/modules/page/share.js

@@ -28,7 +28,8 @@ class Index {
     bindEvent() {
         var self = this;
 
-        $("body").on("click", ".mask-wrap", function() {
+        $("body").on("click", ".mask-wrap", function(event) {
+            event.stopPropagation()
             $(this).remove();
             return false;
         });