|
|
@@ -76,6 +76,11 @@ export default {
|
|
|
init() {
|
|
|
getHasMap().then(res=>{
|
|
|
this.hasMap = res.data.hasMap
|
|
|
+ let shop = res.data.shop?res.data.shop:[]
|
|
|
+ let city = shop.city ? shop.city : ''
|
|
|
+ let province = shop.province?shop.province:''
|
|
|
+ this.form.province = province
|
|
|
+ this.form.city = city
|
|
|
})
|
|
|
},
|
|
|
openAddres() {
|