|
|
@@ -53,10 +53,7 @@ export default {
|
|
|
floor: '',
|
|
|
showAddress:''
|
|
|
},
|
|
|
- region: {
|
|
|
- lat: 0,
|
|
|
- long: 0
|
|
|
- },
|
|
|
+ region:{lat:'',long:''},
|
|
|
regionData: [],
|
|
|
cityPickerValueDefault: [0, 0]
|
|
|
}
|
|
|
@@ -88,8 +85,8 @@ export default {
|
|
|
this.form.city = e.cityName
|
|
|
this.form.address = ''
|
|
|
this.form.showAddress = ''
|
|
|
- this.region.lat = 0
|
|
|
- this.region.long = 0
|
|
|
+ this.region.lat = ''
|
|
|
+ this.region.long = ''
|
|
|
},
|
|
|
confirmFn() {
|
|
|
let that = this
|