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

View File

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