Authored by yyq

timer text

@@ -1036,7 +1036,7 @@ $('#order-submit').click(function() { @@ -1036,7 +1036,7 @@ $('#order-submit').click(function() {
1036 1036
1037 this.timer && clearInterval(this.timer); 1037 this.timer && clearInterval(this.timer);
1038 1038
1039 - this.$sendBtn.text((this.seconds--) + 's').addClass('timer'); 1039 + this.$sendBtn.text('重新获取(' + (this.seconds--) + '秒)').addClass('timer');
1040 1040
1041 this.timer = setInterval(function() { 1041 this.timer = setInterval(function() {
1042 if (that.seconds > 0) { 1042 if (that.seconds > 0) {
@@ -320,7 +320,7 @@ $('#order-submit').on('click', function() { @@ -320,7 +320,7 @@ $('#order-submit').on('click', function() {
320 320
321 this.timer && clearInterval(this.timer); 321 this.timer && clearInterval(this.timer);
322 322
323 - this.$sendBtn.text((this.seconds--) + 's').addClass('timer'); 323 + this.$sendBtn.text('重新获取(' + (this.seconds--) + '秒)').addClass('timer');
324 324
325 this.timer = setInterval(function() { 325 this.timer = setInterval(function() {
326 if (that.seconds > 0) { 326 if (that.seconds > 0) {