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() {
this.getBannerList();
this.getPostList();
this.getClassList();
this.getUserRanking();
},
onShow() {
this.getPostList();
},
onReachBottom() {
if (this.pageCurrent == 0) {