shish 1 year ago
parent
commit
fd1c2803c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/pagesClient/member/detail.vue

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

@@ -70,7 +70,7 @@
                 <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)" style="margin-right:15upx;">{{userInfo.city}}</text>
-                  {{userInfo.dist}}{{userInfo.address}}{{userInfo.floor}}<block v-if="userInfo.fullAddress!=userInfo.showAddress">({{ userInfo.showAddress }})</block>
+                  {{userInfo.dist}}{{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>
             </view>