充值页面修复

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
*/
storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10045,
storeId: wx.getExtConfigSync().store_id? wx.getExtConfigSync().store_id : 10048,
// storeId: 10037,

@ -102,7 +102,7 @@
</view>
</view>
<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>
</view>
</view>
@ -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)
},

Loading…
Cancel
Save