|
@@ -96,7 +96,7 @@ return {
|
|
|
isForce: false, // 是否强制展示
|
|
|
showModel: false,
|
|
|
checked: false,
|
|
|
- countdown: 100, //倒计时
|
|
|
+ countdown: 600, //倒计时
|
|
|
curVersion: "",
|
|
|
timer: null
|
|
|
}
|
|
@@ -212,7 +212,7 @@ async handleForcedDisplay(curMessage, isInitialPage){
|
|
|
if(this.isForce) this.onForceDisplay(id, version)
|
|
|
},
|
|
|
onForceDisplay(userId, curVersion){
|
|
|
- this.countdown = 100;
|
|
|
+ this.countdown = 600;
|
|
|
this.timer = setInterval(async () => {
|
|
|
this.countdown = this.countdown - 10;
|
|
|
if(this.countdown !== 0) return
|