shish 1 år sedan
förälder
incheckning
78355d12ec
1 ändrade filer med 3 tillägg och 6 borttagningar
  1. 3 6
      ghsApp/src/pagesClient/member/modify.vue

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

@@ -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