mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 02:16:46 +08:00
提交
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.tab = options.type;
|
||||
this.$store.dispatch('GetUserInfo').then(rs => {
|
||||
this.userInfo = rs;
|
||||
this.getMyPage();
|
||||
@@ -161,7 +162,7 @@
|
||||
})
|
||||
},
|
||||
ubtab(num){
|
||||
this.tab = num
|
||||
this.tab = num;
|
||||
},
|
||||
getMyPage() {//关注我的,关注他的
|
||||
this.followMe.aid = this.userInfo.aid;
|
||||
|
||||
Reference in New Issue
Block a user