Browse Source

生成项目授权编号发送短信倒计时修改

xuefy 3 years ago
parent
commit
4113ca5487
1 changed files with 2 additions and 2 deletions
  1. 2 2
      front-vue/src/views/service/credit/creditSeal.vue

+ 2 - 2
front-vue/src/views/service/credit/creditSeal.vue

@@ -812,8 +812,8 @@ export default {
                 this.auth_pro_timer = window.setInterval(() => {
                     this.proShow = false;
                     setTimeout(() => {
-                            this.timer--;
-                            if(this.timer <= 0 ){
+                            this.proTimer--;
+                            if(this.proTimer <= 0 ){
                                 this.proShow = true;
                                 clearInterval(this.auth_pro_timer);
                             }