dever 6 years ago
parent
commit
e15edfbda8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      service/assets/mobile/pay.html

+ 3 - 0
service/assets/mobile/pay.html

@@ -45,6 +45,9 @@ function pay(url)
 $(function()
 {
     FastClick.attach(document.body);
+    $(document).on("touchend", '[bind-id="item"]', function() {
+        $(this).addClass("active").siblings(".item").removeClass("active")
+    })
     $('#open').click(function(){
         $('#layer').show();
     });