fix bug /pages/user/user/user.vue

This commit is contained in:
linfeng 2023-10-24 15:53:57 +08:00
parent 52073d5dcd
commit 689d2ff2db
2 changed files with 1 additions and 6 deletions

View File

@ -90,11 +90,6 @@
this.getLastPost();
}
},
getSysInfo() {
this.$H.get('system/miniConfig').then(res => {
this.shareCover = res.result.intro;
});
},
//
getFollowUserPost() {
this.loadStatus1 = 'loading';

View File

@ -148,7 +148,7 @@
},
getSysInfo() {
this.$H.get('system/miniConfig').then(res => {
this.shareCover = res.result.intro;
this.shareCover = res.logo;
});
},
commercialLink() {