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