mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
恢复引导页弹窗显示
This commit is contained in:
@@ -87,17 +87,17 @@
|
|||||||
}
|
}
|
||||||
//这里必须放在当前的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.getlist();
|
|
||||||
// }
|
|
||||||
this.guideCollection = true;
|
this.guideCollection = true;
|
||||||
this.getlist();
|
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//只是在显示时才调用
|
||||||
|
this.getlist();
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
||||||
@@ -133,6 +133,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
computed:{
|
computed:{
|
||||||
|
...mapGetters(['userInfo','studyTaskCount']),
|
||||||
swiper() {
|
swiper() {
|
||||||
return this.$refs.mySwiper.swiper
|
return this.$refs.mySwiper.swiper
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user