fix bug /pages/user/user/user.vue
This commit is contained in:
parent
52073d5dcd
commit
689d2ff2db
@ -90,11 +90,6 @@
|
||||
this.getLastPost();
|
||||
}
|
||||
},
|
||||
getSysInfo() {
|
||||
this.$H.get('system/miniConfig').then(res => {
|
||||
this.shareCover = res.result.intro;
|
||||
});
|
||||
},
|
||||
// 获取关注用户帖子
|
||||
getFollowUserPost() {
|
||||
this.loadStatus1 = 'loading';
|
||||
|
@ -148,7 +148,7 @@
|
||||
},
|
||||
getSysInfo() {
|
||||
this.$H.get('system/miniConfig').then(res => {
|
||||
this.shareCover = res.result.intro;
|
||||
this.shareCover = res.logo;
|
||||
});
|
||||
},
|
||||
commercialLink() {
|
||||
|
Loading…
Reference in New Issue
Block a user