|
@@ -213,8 +213,8 @@ async handleForcedDisplay(curMessage, isInitialPage){
|
|
|
},
|
|
|
onForceDisplay(userId, curVersion){
|
|
|
// id 在这个集合中的显示60秒否则显示10秒倒计时
|
|
|
- const minUserIds = [58,78,125];
|
|
|
- this.countdown =minUserIds.includes(Number(userId)) ? 600 : 100;
|
|
|
+ // const minUserIds = [58,78,125];
|
|
|
+ this.countdown = 100;
|
|
|
this.timer = setInterval(async () => {
|
|
|
this.countdown = this.countdown - 10;
|
|
|
if(this.countdown !== 0) return
|