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) },