Browse Source

点击事件

linwu 1 year ago
parent
commit
669a0207b2
1 changed files with 1 additions and 1 deletions
  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").on("touch", function() {
+        $(".alw-layer").on("click", function() {
             $(this).hide();
         });