Pre Merge pull request !117 from Super Junior/fix_loadmore
commit
3e505655e1
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
// 加载更多
|
||||
function loadMore() {
|
||||
if (state.loadStatus !== 'noMore') {
|
||||
if (loadStatus.value !== 'noMore') {
|
||||
activityPageParams.pageNo += 1;
|
||||
getActivityList();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue