Browse Source

!110 【修改BUG】修改分销记录只显示1条记录的问题
Merge pull request !110 from 痴货/jh-bug

芋道源码 10 months ago
parent
commit
290ee5db04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/commission/wallet.vue

+ 1 - 1
pages/commission/wallet.vue

@@ -168,7 +168,7 @@
       list: [],
       list: [],
       total: 0,
       total: 0,
       pageNo: 1,
       pageNo: 1,
-      pageSize: 1,
+      pageSize: 8,
     },
     },
     loadStatus: '',
     loadStatus: '',