This commit is contained in:
linfeng 2023-10-26 10:41:19 +08:00
commit fecab5bff5
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() {