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

2
package1/order/orderList.vue

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

Loading…
Cancel
Save