dever 6 年之前
父節點
當前提交
dd1bcb944f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vip/assets/mobile/pay.html

+ 1 - 1
vip/assets/mobile/pay.html

@@ -67,7 +67,7 @@
 function pay(self, url,mobile,type)
 {
     var html = self.html();
-    self.unbind('click');
+    //self.unbind('click');
     self.html('支付中...');
     $.getJSON(url + '&json=1', {mobile:mobile,type:type}, function(t) {
         self.html(html);