充值页面修复

main
shuxiaoquan 7 months ago
parent d6c60d2738
commit 323486daa3
  1. 2
      config.js
  2. 8
      pages/news1/wallet.vue

@ -15,7 +15,7 @@ export default {
* 可在超管后台-商城列表中查看10025 * 可在超管后台-商城列表中查看10025
*/ */
storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10045, storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10048,
// storeId: 10037, // storeId: 10037,

@ -102,7 +102,7 @@
</view> </view>
</view> </view>
<view class="btnGroup"> <view class="btnGroup">
<button class="btn resetBtn">重置</button> <button class="btn resetBtn" @click="onReset()">重置</button>
<button class="btn confirmBtn" @click="onSure" style="margin-left:20rpx;">确定</button> <button class="btn confirmBtn" @click="onSure" style="margin-left:20rpx;">确定</button>
</view> </view>
</view> </view>
@ -183,6 +183,11 @@
}) })
}, },
methods: { methods: {
onReset() {
this.start_at = ''
this.end_at = ''
this.active = -1
},
dropOpen() { dropOpen() {
this.OrderType = 999 this.OrderType = 999
}, },
@ -231,7 +236,6 @@
this.timeShow = false this.timeShow = false
}, },
onOrderTab(type) { onOrderTab(type) {
this.$refs.dropdown1.close();
this.OrderType = type; this.OrderType = type;
this.getBalance(type) this.getBalance(type)
}, },

Loading…
Cancel
Save