Fix:【商城小程序】待收货和待评价订单详情页增加物流信息显示(蓝湖效果图已更新)
This commit is contained in:
@@ -25,7 +25,28 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="reject-reason" v-if="orderInfo._status._type==-3 && orderInfo.refundRejectReason">驳回原因:{{ orderInfo.refundRejectReason }}</view> -->
|
<!-- <view class="reject-reason" v-if="orderInfo._status._type==-3 && orderInfo.refundRejectReason">驳回原因:{{ orderInfo.refundRejectReason }}</view> -->
|
||||||
|
<view class="v12-radius-20 v12-white v12-pa-3 v12-mt-4" v-if="orderInfo._status._type == 3 || orderInfo._status._type == 2">
|
||||||
|
<view >
|
||||||
|
<text class="v12-secondary-dark-text v12-font-28">{{ orderInfo.deliveryName }}:{{ orderInfo.deliveryId }}</text>
|
||||||
|
<text class="v12-font-22 v12-px-2 v12-py-1 v12-ml-1 v12-primary-text v12-primary-border v12-radius-40" @click="copyClipboard(orderInfo.orderId)">
|
||||||
|
复制
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<view class="v12-mt-2 v12-justify-between">
|
||||||
|
<view class="v12-align-center">
|
||||||
|
<view class="v12-align-center v12-mr-2">
|
||||||
|
<image class="logo" :src="webUrl+'/orderIcon/car.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
||||||
|
</view>
|
||||||
|
<view class="v12-font-28">{{ orderInfo.deliverySn }}</view>
|
||||||
|
</view>
|
||||||
|
<view>
|
||||||
|
<uni-icons type="right" size="20" color="#707070"></uni-icons>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="v12-mt-2">
|
||||||
|
<text class="v12-dark-text v12-font-24">{{ orderInfo.estimatedDeliveryTime }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<template v-if="!refundOrder">
|
<template v-if="!refundOrder">
|
||||||
<view class="code-box flex jc-center ai-center" v-if="orderInfo.isTickets===1 && orderInfo._status._type==2">
|
<view class="code-box flex jc-center ai-center" v-if="orderInfo.isTickets===1 && orderInfo._status._type==2">
|
||||||
<image class="code-img" :src="orderInfo.code"/>
|
<image class="code-img" :src="orderInfo.code"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user