隐藏我的订单页面的物流状态
This commit is contained in:
parent
1fd14d5b2a
commit
4f7a6c63b4
|
|
@ -43,12 +43,12 @@
|
||||||
<text class="label">到期时间:</text>
|
<text class="label">到期时间:</text>
|
||||||
<text class="value">{{ formatTime(item.expirationTime) }}</text>
|
<text class="value">{{ formatTime(item.expirationTime) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-item">
|
<!-- <view class="detail-item">-->
|
||||||
<text class="label">物流状态:</text>
|
<!-- <text class="label">物流状态:</text>-->
|
||||||
<text :class="getLogisticClass(item.logisticStatus)" class="value">
|
<!-- <text :class="getLogisticClass(item.logisticStatus)" class="value">-->
|
||||||
{{ mapOrderStatus('logistic', item.logisticStatus) }}
|
<!-- {{ mapOrderStatus('logistic', item.logisticStatus) }}-->
|
||||||
</text>
|
<!-- </text>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user