From d6d7891f2b139fe0c0b11d906c0a0554712398dc Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Mon, 30 Oct 2023 11:23:47 +0800 Subject: [PATCH] fix bug --- .../static/linfeng-community-uniapp-ky/pages/square/square.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue index f02ad5f..2fe6c50 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue @@ -81,9 +81,10 @@ this.getBannerList(); this.getClassList(); this.getUserRanking(); + this.getPostList(); }, onShow() { - this.getPostList(); + }, onReachBottom() { if (this.pageCurrent == 0) {