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