【功能修复】积分商城,商品不支持下拉展示更多

pull/124/head^2
YunaiV 2024-10-13 21:41:25 +08:00
parent 789ec69933
commit c8f9043869
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
:scroll-with-animation="false"
:enable-back-to-top="true"
>
<s-point-card ref="sPointCardRef" class="ss-p-x-20 ss-m-t-20"/>
<s-point-card ref="sPointCardRef" class="ss-p-x-20 ss-m-t-20" />
<s-empty
v-if="activityTotal === 0"
icon="/static/goods-empty.png"
@ -60,7 +60,7 @@
//
function loadMore() {
if (state.loadStatus !== 'noMore') {
if (loadStatus !== 'noMore') {
activityPageParams.pageNo += 1;
getActivityList();
}