浏览代码

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

kele 2 年之前
父节点
当前提交
39b87625dd
共有 3 个文件被更改,包括 3 次插入3 次删除
  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();
   }