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