瀏覽代碼

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

xuefy 3 年之前
父節點
當前提交
4113ca5487
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
                             }