From 323486daa3432de3a752ecd36de44251e346c119 Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Mon, 13 May 2024 09:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 2 +- pages/news1/wallet.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index cef42d9..d0154b4 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ export default { * 可在超管后台-商城列表中查看10025 */ - storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10045, + storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10048, // storeId: 10037, diff --git a/pages/news1/wallet.vue b/pages/news1/wallet.vue index 8b8a1ea..7d088fc 100644 --- a/pages/news1/wallet.vue +++ b/pages/news1/wallet.vue @@ -102,7 +102,7 @@ - + @@ -183,6 +183,11 @@ }) }, methods: { + onReset() { + this.start_at = '' + this.end_at = '' + this.active = -1 + }, dropOpen() { this.OrderType = 999 }, @@ -231,7 +236,6 @@ this.timeShow = false }, onOrderTab(type) { - this.$refs.dropdown1.close(); this.OrderType = type; this.getBalance(type) },