注释控制引导页弹框显示,将控制放到首页处理,否则与消息页面的弹框冲突。

This commit is contained in:
weinan2087
2022-10-20 19:56:57 +08:00
parent f652a1d450
commit a2984ca973

View File

@@ -86,16 +86,17 @@
if(width < 1366) { if(width < 1366) {
this.clientWidth = '688px'; this.clientWidth = '688px';
} }
//这里必须放在当前的Session存储中不能每次都调用 //这里必须放在当前的Session存储中不能每次都调用
apiGuide.hasUser().then(res=>{ // apiGuide.hasUser().then(res=>{
if(res.result) { // if(res.result) {
this.guideCollection = false; // this.guideCollection = false;
} else { // } else {
this.guideCollection = true; // this.guideCollection = true;
} // }
}); // });
//只是在显示时才调用 //只是在显示时才调用
this.getlist(); this.getlist();