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