|
@@ -68,10 +68,15 @@
|
|
|
{{userInfo.name}}
|
|
{{userInfo.name}}
|
|
|
</view>
|
|
</view>
|
|
|
<view style="margin-bottom:20upx;color:#333333">{{userInfo.superInfo && userInfo.superInfo.name ? userInfo.superInfo.name : ''}} {{userInfo.mobile}}</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>
|
|
</view>
|
|
|
<view style="line-height:150upx;">
|
|
<view style="line-height:150upx;">
|