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