소스 검색

更新地址

shish 1 년 전
부모
커밋
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