update square/square.vue

This commit is contained in:
linfeng 2023-10-17 10:41:25 +08:00
parent a0018dbe10
commit 80b0fdce85

View File

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