Преглед на файлове

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

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);
                             }