shish 11 months ago
parent
commit
eb2b365ba3
1 changed files with 9 additions and 4 deletions
  1. 9 4
      ghsApp/src/pagesClient/member/detail.vue

+ 9 - 4
ghsApp/src/pagesClient/member/detail.vue

@@ -68,10 +68,15 @@
                   {{userInfo.name}}
                 </view>
                 <view style="margin-bottom:20upx;color:#333333">{{userInfo.superInfo && userInfo.superInfo.name ? userInfo.superInfo.name : ''}} {{userInfo.mobile}}</view>
-                <view>
-                  <text v-if="!$util.isEmpty(userInfo.city) || !$util.isEmpty(userInfo.dist)" style="margin-right:15upx;">{{userInfo.city}}{{userInfo.dist}}</text>
-                  {{userInfo.address}}{{userInfo.floor}}<block v-if="userInfo.fullAddress!=userInfo.showAddress && userInfo.showAddress!=''">({{ userInfo.showAddress }})</block>
-                  <i class="iconfont iconbianji" style="font-size:25upx;margin-left:20upx;"></i>
+                <view style="position: relative;">
+                  <view style="margin-bottom: 10upx;">
+                    <text v-if="!$util.isEmpty(userInfo.city) || !$util.isEmpty(userInfo.dist)" style="margin-right:15upx;">{{userInfo.city}}{{userInfo.dist}}</text>
+                    {{userInfo.address}}{{userInfo.floor}}
+                  </view>
+                  <view v-if="userInfo.fullAddress!=userInfo.showAddress && userInfo.showAddress!=''" style="color:#5f5b5b;">
+                    {{ userInfo.showAddress }}
+                  </view>
+                  <i class="iconfont iconbianji" style="font-size:30upx; position: absolute; right: -97upx; top: 50%; transform: translateY(-50%);"></i>
                 </view>
             </view>
             <view style="line-height:150upx;">