【功能修复】积分商城,商品不支持下拉展示更多
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
|
||||
// 加载更多
|
||||
function loadMore() {
|
||||
if (state.loadStatus !== 'noMore') {
|
||||
if (loadStatus !== 'noMore') {
|
||||
activityPageParams.pageNo += 1;
|
||||
getActivityList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user