DW-PC\DW před 5 roky
rodič
revize
5e6cd1a7f4

+ 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;
         });