shish před 1 rokem
rodič
revize
78355d12ec
1 změnil soubory, kde provedl 3 přidání a 6 odebrání
  1. 3 6
      ghsApp/src/pagesClient/member/modify.vue

+ 3 - 6
ghsApp/src/pagesClient/member/modify.vue

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