diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue
index 9c8312ec..8bbff623 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue
@@ -25,26 +25,30 @@
-
+
+
-
+
+
-
+
-
+
+
-
+
+
@@ -161,23 +165,23 @@
this.form.street = location.name;
this.form.address = location.address;
- let postData = {
- countyName: location.district,
- cityName: location.city,
- provinceName: location.province,
- }
- this.$u.api.getAreaIdByName(postData).then(res => {
- if (res.status) {
- this.areaId = res.data.areaId;
- this.pickerValue = res.data.fullName;
- } else {
- uni.showModal({
- title: '提示',
- content: '地区选择出现问题,请重新选择地区',
- showCancel: false
- });
- }
- });
+ //let postData = {
+ // countyName: location.district,
+ // cityName: location.city,
+ // provinceName: location.province,
+ //}
+ //this.$u.api.getAreaIdByName(postData).then(res => {
+ // if (res.status) {
+ // this.areaId = res.data.areaId;
+ // this.pickerValue = res.data.fullName;
+ // } else {
+ // uni.showModal({
+ // title: '提示',
+ // content: '地区选择出现问题,请重新选择地区',
+ // showCancel: false
+ // });
+ // }
+ //});
console.log("location1:", location);
}
},