|
|
@@ -57,6 +57,7 @@ export default {
|
|
|
city: '',
|
|
|
address: '',
|
|
|
floor: '',
|
|
|
+ showAddress:''
|
|
|
},
|
|
|
showRegion: false,
|
|
|
region: {
|
|
|
@@ -90,6 +91,7 @@ export default {
|
|
|
},
|
|
|
changeAreaFn(e) {
|
|
|
this.form.address = e.title
|
|
|
+ this.form.showAddress = e.address
|
|
|
this.region.lat = e.location.lat
|
|
|
this.region.long = e.location.lng
|
|
|
},
|