tianyi 22 hours ago
parent
commit
aa0e6bb545
  1. 3
      pages/index/index.vue

3
pages/index/index.vue

@ -1268,6 +1268,7 @@
this.getDelivery();
this.getShopArea();
let that = this
if(uni.getStorageSync('hiver_token')){
that.tui.request("/worker/admin/add", "POST", {
userId: uni.getStorageSync('id'),
isChangeArea: 0,
@ -1283,6 +1284,8 @@
}
uni.hideLoading()
}).catch((res) => {})
}
this.$refs.areaPopup.close()
},
checkArea() {

Loading…
Cancel
Save