| | |
| | | <view class="addr-item-top"> |
| | | <text>{{info.depositShopName || ''}}</text> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} </text> |
| | | <text>{{info.depositShopAddress || ''}} </text> |
| | | </view> |
| | | <view class="addr-item" v-if="info.type === 1"> |
| | | <view class="ji bg1">收</view> |
| | | <view class="addr-item-top"> |
| | | <text>{{info.takeShopName || info.takeLocation || ''}}</text> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} </text> |
| | | <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> |