Fix: 积分商城:商品列表加载更多异常

pull/117/head
= 2024-10-28 20:25:50 +08:00
parent f94df74591
commit 35c143039c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
//
function loadMore() {
if (state.loadStatus !== 'noMore') {
if (loadStatus.value !== 'noMore') {
activityPageParams.pageNo += 1;
getActivityList();
}