This commit is contained in:
zhaofang
2022-11-22 18:20:32 +08:00
parent 8b10bffb1b
commit 5f01f9a4cf
3 changed files with 6 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
}
},
mounted() {
this.pageId = this.$xpage.getHomeId(this.$route);
this.sex = this.userInfo.sex;
// 判断路由是进入的学员默认页面就重置setCurIdentity
@@ -131,6 +132,7 @@
if(this.pageId !== this.userInfo.aid) {
this.followHas();
}
},
methods:{
cancelFollow() {