shish 2 лет назад
Родитель
Сommit
a7386ffc61

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -46,7 +46,7 @@
                 <view>
                   <text v-if="!$util.isEmpty(userInfo.city)" style="margin-right:15upx;">{{userInfo.city}}</text>
                   {{userInfo.dist}}{{userInfo.address}}{{userInfo.floor}}
-                  <i class="iconfont iconbianji" style="font-size:23upx;margin-left:20upx;"></i>
+                  <i class="iconfont iconbianji" style="font-size:25upx;margin-left:20upx;"></i>
                 </view>
             </view>
             <view>

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

@@ -57,6 +57,7 @@ export default {
 				city: '',
 				address: '',
 				floor: '',
+				showAddress:''
 			},
 			showRegion: false,
 			region: {
@@ -90,6 +91,7 @@ export default {
 		},
 		changeAreaFn(e) {
 			this.form.address = e.title
+			this.form.showAddress = e.address
 			this.region.lat = e.location.lat
 			this.region.long = e.location.lng
 		},