|
@@ -82,7 +82,6 @@
|
|
|
};
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- console.log(options)
|
|
|
this.$helper.formatLocation('辽宁省营口市鲅鱼圈区蝴蝶泉路红运小区')
|
|
|
},
|
|
|
computed: {
|
|
@@ -156,6 +155,7 @@
|
|
|
for(let i = 0 ; i < res.data.districts[0].districts.length ; i++){
|
|
|
if(res.data.districts[0].districts[i].name == _address.Country){
|
|
|
that.addressInfo.adCode = res.data.districts[0].districts[i].adcode
|
|
|
+ console.log("行政区划代码"+that.addressInfo.adCode)
|
|
|
break
|
|
|
}
|
|
|
}
|