@@ -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);