shish hace 3 años
padre
commit
60039eca9f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ghsApp/src/pagesClient/member/detail.vue

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

@@ -44,7 +44,8 @@
                 </view>
                 <view style="margin-bottom:20upx;color:#333333">{{userInfo.superInfo.name||''}} {{userInfo.mobile}}</view>
                 <view>
-                  {{userInfo.city}}{{userInfo.dist}}{{userInfo.address}}{{userInfo.floor}}
+                  <text v-if="!$util.isEmpty(userInfo.city)" style="margin-right:15upx;">{{userInfo.city}}</text>
+                  {{userInfo.dist}}{{userInfo.address}}{{userInfo.floor}}
                 </view>
             </view>
             <view>