Merge branch 'master' of https://gitee.com/virus010101/linfeng-community
This commit is contained in:
commit
fecab5bff5
@ -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…
x
Reference in New Issue
Block a user