瀏覽代碼

点击事件

linwu 1 年之前
父節點
當前提交
669a0207b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/themes/default/views/mobile/app/active/deformity.blade.php

+ 1 - 1
public/themes/default/views/mobile/app/active/deformity.blade.php

@@ -221,7 +221,7 @@
             $(".alw-layer").show();
             $(".alw-layer").show();
         }
         }
         //分享按钮
         //分享按钮
-        $(".alw-layer").on("touch", function() {
+        $(".alw-layer").on("click", function() {
             $(this).hide();
             $(this).hide();
         });
         });