Browse Source

fix: 修复积分、余额、佣金页面,筛选时间错误数据

kele 2 years ago
parent
commit
39b87625dd
3 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/user/wallet/commission.vue
  2. 1 1
      pages/user/wallet/money.vue
  3. 1 1
      pages/user/wallet/score.vue

+ 1 - 1
pages/user/wallet/commission.vue

@@ -218,7 +218,7 @@
   function onChangeTime(e) {
     state.date[0] = e[0];
     state.date[1] = e[e.length - 1];
-
+    state.pagination = pagination;
     getLogList();
   }
 

+ 1 - 1
pages/user/wallet/money.vue

@@ -161,7 +161,7 @@
   function onChangeTime(e) {
     state.date[0] = e[0];
     state.date[1] = e[e.length - 1];
-
+    state.pagination = pagination;
     getLogList();
   }
 

+ 1 - 1
pages/user/wallet/score.vue

@@ -163,7 +163,7 @@
   function onChangeTime(e) {
     state.date[0] = e[0];
     state.date[1] = e[e.length - 1];
-
+    state.pagination = pagination;
     getLogList();
   }