临时注释引导页弹出,方便测试。

This commit is contained in:
weinan2087
2022-10-19 10:28:32 +08:00
parent bb9ab10496
commit 397c558abc

View File

@@ -73,13 +73,15 @@
created() {
//这里必须放在当前的Session存储中不能每次都调用
apiGuide.hasUser().then(res=>{
if(res.result) {
this.guideCollection = false;
} else {
this.guideCollection = true;
//只是在显示时才调用
this.getlist();
}
// if(res.result) {
// this.guideCollection = false;
// } else {
// this.guideCollection = true;
// //只是在显示时才调用
// this.getlist();
// }
this.guideCollection = true;
this.getlist();
});
},