| | |
| | | <text>{{info.depositShopName || ''}}</text> |
| | | <image src="/static/icon/ar_jicundian@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} {{info.takePhone || ''}}</text> |
| | | <text>{{info.depositShopAddress || ''}} </text> |
| | | </view> |
| | | <view class="addr-item" v-if="info.type === 1"> |
| | | <view class="ji bg1">收</view> |
| | |
| | | <text>{{info.takeShopName || info.takeLocation || ''}}</text> |
| | | <image src="/static/icon/ar_jicundian@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <text>{{info.takeUser || ''}} {{info.takePhone || ''}}</text> |
| | | <text>{{info.takeShopAddress || ''}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="item-qrcode" v-if=" (info.type ===0 && info.status >=1 &&info.status <7) || (info.type ===1 && (info.status ===1 || (info.takeShopId && info.status ===5)))"> |
| | | <!-- <image src="/static/image/btn_upload@2x.png" mode="widthFix"></image> --> |
| | | <view style="width: 360rpx; height: 360rpx;"> |
| | | <canvas canvas-id="qrcodeCanvas" id="qrcodeCanvas" style="width: 180px; height: 180px;"></canvas> |
| | | <!-- <image :src="qrcodeImage" mode="widthFix"></image> --> |
| | | </view> |
| | | <text>{{info.memberVerifyCode || ''}}</text> |
| | | <text @tap="copyCode(info.memberVerifyCode||'')">核销码</text> |
| | |
| | | <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> |