| | |
| | | <view class="addr-item-top"> |
| | | <text>{{info.depositShopName || ''}}</text> |
| | | </view> |
| | | <text>{{info.depositShopAddress || ''}} </text> |
| | | <view class='addr-link' style="top: 50rpx;"> |
| | | <text style="width: 70%;">{{info.depositShopAddress || ''}} </text> |
| | | <view class='addr-link' style="top: 0;"> |
| | | <image style="margin-right: 10rpx;" @click="contactPhoneDo(info.takePhone)" src="/static/icon/ic_call@2x.png" mode="widthFix" ></image> |
| | | <text class=" txt-d1">联系客户</text> |
| | | </view> |
| | |
| | | <view class="addr-item-top"> |
| | | <text class=" txt-d">司机:{{info.driverName || '战神'}} </text> |
| | | </view> |
| | | <view class='addr-link'> |
| | | <view class='addr-link' style="top: 0;"> |
| | | <image style="margin-right: 10rpx;" @click="contactPhoneDo(info.driverPhone)" src="/static/icon/ic_call@2x.png" mode="widthFix" ></image> |
| | | <text class=" txt-d1">联系司机</text> |
| | | </view> |