Pre Merge pull request !117 from Super Junior/fix_loadmore

pull/117/MERGE
Super Junior 2024-10-28 12:32:03 +00:00 committed by Gitee
commit 3e505655e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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();
}