@ -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 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>
@ -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)