去除订单详细页物流状态
This commit is contained in:
parent
50adb93820
commit
da0e18792a
|
|
@ -238,12 +238,12 @@ const loadOrderDetail = async () => {
|
||||||
{{ mapOrderStatus('status', orderDetail.status) }}
|
{{ mapOrderStatus('status', orderDetail.status) }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item">
|
<!-- <view class="info-item">-->
|
||||||
<text class="label">物流状态:</text>
|
<!-- <text class="label">物流状态:</text>-->
|
||||||
<text :class="getLogisticClass(orderDetail.logisticStatus)" class="value">
|
<!-- <text :class="getLogisticClass(orderDetail.logisticStatus)" class="value">-->
|
||||||
{{ mapOrderStatus('logistic', orderDetail.logisticStatus) }}
|
<!-- {{ mapOrderStatus('logistic', orderDetail.logisticStatus) }}-->
|
||||||
</text>
|
<!-- </text>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
<view v-if="orderDetail.payId" class="info-item">
|
<view v-if="orderDetail.payId" class="info-item">
|
||||||
<text class="label">支付单号:</text>
|
<text class="label">支付单号:</text>
|
||||||
<text class="value">{{ orderDetail.payId }}</text>
|
<text class="value">{{ orderDetail.payId }}</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user