Explorar el Código

Fix: 积分商城:商品列表加载更多异常

= hace 10 meses
padre
commit
35c143039c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/activity/point/list.vue

+ 1 - 1
pages/activity/point/list.vue

@@ -60,7 +60,7 @@
 
   // 加载更多
   function loadMore() {
-    if (state.loadStatus !== 'noMore') {
+    if (loadStatus.value !== 'noMore') {
       activityPageParams.pageNo += 1;
       getActivityList();
     }