Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
54 | moveType: 1, | 54 | moveType: 1, |
55 | content: '', | 55 | content: '', |
56 | cancel: function(){ | 56 | cancel: function(){ |
57 | - Pay.count = 11; | 57 | + Pay.count = 16; |
58 | window.clearInterval(Pay.interval); | 58 | window.clearInterval(Pay.interval); |
59 | } | 59 | } |
60 | }); | 60 | }); |
... | @@ -116,7 +116,8 @@ | ... | @@ -116,7 +116,8 @@ |
116 | }, | 116 | }, |
117 | _timer: function () { | 117 | _timer: function () { |
118 | if (Pay.countdown == 0) { | 118 | if (Pay.countdown == 0) { |
119 | - if (Pay.count > 10) { | 119 | + if (Pay.count > 15) { |
120 | + window.clearInterval(Pay.interval); | ||
120 | return; | 121 | return; |
121 | } | 122 | } |
122 | $.ajax({ | 123 | $.ajax({ | ... | ... |
-
Please register or login to post a comment