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

3
pages/index/index.vue

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

Loading…
Cancel
Save