DW-PC\DW hace 5 años
padre
commit
5e6cd1a7f4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
         });