diff --git a/pages/user/wallet/commission.vue b/pages/user/wallet/commission.vue index 43b2579c..3e78a1ce 100644 --- a/pages/user/wallet/commission.vue +++ b/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(); } diff --git a/pages/user/wallet/money.vue b/pages/user/wallet/money.vue index 476a7f67..bfec2386 100644 --- a/pages/user/wallet/money.vue +++ b/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(); } diff --git a/pages/user/wallet/score.vue b/pages/user/wallet/score.vue index 38ddd3df..7c0dbab6 100644 --- a/pages/user/wallet/score.vue +++ b/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(); }