From 35c143039c6d53f5fa68eb543fe53be4be1aebdd Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 28 Oct 2024 20:25:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E?= =?UTF-8?q?=EF=BC=9A=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/point/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/activity/point/list.vue b/pages/activity/point/list.vue index 129f9880..c6eb5107 100644 --- a/pages/activity/point/list.vue +++ b/pages/activity/point/list.vue @@ -60,7 +60,7 @@ // 加载更多 function loadMore() { - if (state.loadStatus !== 'noMore') { + if (loadStatus.value !== 'noMore') { activityPageParams.pageNo += 1; getActivityList(); }