|
@@ -68,7 +68,7 @@
|
|
|
{{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 style="position: relative;">
|
|
|
|
|
|
|
+ <view style="position: relative; padding-right: 60upx;">
|
|
|
<view style="margin-bottom: 10upx;">
|
|
<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>
|
|
<text v-if="!$util.isEmpty(userInfo.city) || !$util.isEmpty(userInfo.dist)" style="margin-right:15upx;">{{userInfo.city}}{{userInfo.dist}}</text>
|
|
|
{{userInfo.address}}{{userInfo.floor}}
|
|
{{userInfo.address}}{{userInfo.floor}}
|
|
@@ -76,11 +76,12 @@
|
|
|
<view v-if="userInfo.fullAddress!=userInfo.showAddress && userInfo.showAddress!=''" style="color:#5f5b5b;">
|
|
<view v-if="userInfo.fullAddress!=userInfo.showAddress && userInfo.showAddress!=''" style="color:#5f5b5b;">
|
|
|
{{ userInfo.showAddress }}
|
|
{{ userInfo.showAddress }}
|
|
|
</view>
|
|
</view>
|
|
|
- <i class="iconfont iconbianji" style="font-size:30upx; position: absolute; right: -97upx; top: 50%; transform: translateY(-50%);"></i>
|
|
|
|
|
|
|
+ <i class="iconfont iconbianji" style="font-size:38upx; position: absolute; right: 10upx; top: 50%; transform: translateY(-50%); color: #999;"></i>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view style="line-height:150upx;">
|
|
|
|
|
- <i @click="callUp" class="iconfont icondianhua1" style="font-size:48upx;margin-left:60upx;margin-right:18upx;"></i>
|
|
|
|
|
|
|
+ <view style="display: flex; align-items: center; height: 100upx; margin-top: 20upx;">
|
|
|
|
|
+ <i @click="callUp" class="iconfont icondianhua1" style="font-size:52upx; color: #28a745; margin-right: 60upx;"></i>
|
|
|
|
|
+ <i @click.stop="navigate(userInfo.lat,userInfo.long,userInfo.address)" v-if="!$util.isEmpty(userInfo.lat) && !$util.isEmpty(userInfo.long)" class="iconfont icondianhua" style="font-size:54upx; color:#3385ff;"></i>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|