wangfukang 16 hours ago
parent
commit
3e3f14ee90
  1. 2
      package1/order/orderList.vue

2
package1/order/orderList.vue

@ -374,6 +374,8 @@
onShow() {
this.getOrderList()
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect()
this.searchForm.userId = uni.getStorageSync('id')
this.searchForm.regionId = JSON.parse(uni.getStorageSync('area')).id
},
methods: {
checkTab1(type) {

Loading…
Cancel
Save