wangfukang 13 hours ago
parent
commit
9af63af79d
  1. 1
      package2/partTimeJob/partTimeJobCenter.vue
  2. 1
      package2/shop/merchantRegister.vue
  3. 2
      package2/shop/shopOrderList.vue

1
package2/partTimeJob/partTimeJobCenter.vue

@ -217,6 +217,7 @@
},
onShow() {
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect()
this.searchCountForm.linkId = uni.getStorageSync('worker').workerId
},
onLoad() {
this.getReturnCount()

1
package2/shop/merchantRegister.vue

@ -223,6 +223,7 @@
},
onShow(){
this.getRegionList()
this.formData.mobile = uni.getStorageSync('mobile')?uni.getStorageSync('mobile'):''
},
methods: {
openPicker() {

2
package2/shop/shopOrderList.vue

@ -220,6 +220,8 @@
},
onShow() {
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect()
this.searchForm.shopId = uni.getStorageSync('shopId')
this.regionId = JSON.parse(uni.getStorageSync('area')).id
},
onLoad(option) {
if (option.index) {

Loading…
Cancel
Save