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

+ 2 - 2
ghsApp/src/pagesClient/member/modify.vue

@@ -93,8 +93,8 @@ export default {
 		},
 		},
 		confirmFn() {
 		confirmFn() {
 			let that = this
 			let that = this
-			this.region.long = 10
-			this.region.long = 11
+			this.region.long = ''
+			this.region.long = ''
 			this.form.showAddress = this.form.city+this.form.address+this.form.floor
 			this.form.showAddress = this.form.city+this.form.address+this.form.floor
 			that.$util.confirmModal({content:'确认修改?'},() => {
 			that.$util.confirmModal({content:'确认修改?'},() => {
 				this.form.id = this.option.id ? this.option.id : 0
 				this.form.id = this.option.id ? this.option.id : 0