This commit is contained in:
linfeng 2023-10-19 10:17:47 +08:00
commit 365849d53e

@ -79,10 +79,12 @@
}, },
onLoad() { onLoad() {
this.getBannerList(); this.getBannerList();
this.getPostList();
this.getClassList(); this.getClassList();
this.getUserRanking(); this.getUserRanking();
}, },
onShow() {
this.getPostList();
},
onReachBottom() { onReachBottom() {
if (this.pageCurrent == 0) { if (this.pageCurrent == 0) {
this.page++; this.page++;