| | |
| | | <view class="addr-item-top"> |
| | | <text>{{info.depositShopName || ''}}</text> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} </text> |
| | | <text>{{info.depositShopAddress || ''}} </text> |
| | | <view class='addr-link' style="top: 50rpx;"> |
| | | <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 class="addr-item-top"> |
| | | <text>{{info.takeShopName || info.takeLocation || ''}}</text> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} </text> |
| | | <!-- <view class='addr-link' style="top: 50rpx;"> |
| | | <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> --> |
| | | <text>{{info.takeShopAddress || ''}} </text> |
| | | </view> |
| | | </view> |
| | | <view class="item-x"></view> |
| | | <view class="item-list"> |
| | | <view class="item-list-row"> |
| | | <view class="item-form-label">收件人</view> |
| | | <view class="item-form-val">{{info.takeUser || ''}}</view> |
| | | </view> |
| | | <view class="item-list-row"> |
| | | <view class="item-form-label">收件人电话</view> |
| | | <view class="item-form-val">{{info.takePhone || ''}}</view> |
| | | </view> |
| | | <view class="item-list-row"> |
| | | <view class="item-form-label">预计到店时间</view> |
| | | <view class="item-form-val">{{info.expectedDepositTime || ''}}</view> |
| | | </view> |