From c8f9043869d14ebc626d0eed5f00cf7f49a51bab Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 13 Oct 2024 21:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E=EF=BC=8C=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=B8=8D=E6=94=AF=E6=8C=81=E4=B8=8B=E6=8B=89=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/point/list.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/activity/point/list.vue b/pages/activity/point/list.vue index 129f9880..c706f008 100644 --- a/pages/activity/point/list.vue +++ b/pages/activity/point/list.vue @@ -8,7 +8,7 @@ :scroll-with-animation="false" :enable-back-to-top="true" > - + @@ -60,7 +60,7 @@ // 加载更多 function loadMore() { - if (state.loadStatus !== 'noMore') { + if (loadStatus !== 'noMore') { activityPageParams.pageNo += 1; getActivityList(); }