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