shish 1 год назад
Родитель
Сommit
93815cbe90
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pagesClient/member/modify.vue

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

@@ -93,8 +93,8 @@ export default {
 		},
 		confirmFn() {
 			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
 			that.$util.confirmModal({content:'确认修改?'},() => {
 				this.form.id = this.option.id ? this.option.id : 0