...
|
...
|
@@ -324,7 +324,7 @@ $('#order-submit').on('click', function() { |
|
|
|
|
|
this.timer = setInterval(function() {
|
|
|
if (that.seconds > 0) {
|
|
|
that.$sendBtn.text('重新获取(' +(that.seconds--) + '秒)').addClass('timer');
|
|
|
that.$sendBtn.text('重新获取(' + (that.seconds--) + '秒)').addClass('timer');
|
|
|
} else {
|
|
|
that.$sendBtn.text('重新获取').removeClass('timer');
|
|
|
clearInterval(that.timer);
|
...
|
...
|
|