This commit is contained in:
linfeng 2023-10-30 11:23:47 +08:00
parent fecab5bff5
commit d6d7891f2b

View File

@ -81,9 +81,10 @@
this.getBannerList(); this.getBannerList();
this.getClassList(); this.getClassList();
this.getUserRanking(); this.getUserRanking();
this.getPostList();
}, },
onShow() { onShow() {
this.getPostList();
}, },
onReachBottom() { onReachBottom() {
if (this.pageCurrent == 0) { if (this.pageCurrent == 0) {