|
|
|
@ -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() { |
|
|
|
|