Fix:【商城小程序】待收货、待评价订单详情页—物流区域,没有显示最新一条物流信息
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-mt-2">
|
||||
<text class="v12-dark-text v12-font-24">{{ orderInfo.estimatedDeliveryTime }}</text>
|
||||
<text class="v12-dark-text v12-font-24">{{ logistics.Traces && logistics.Traces.length > 0 ? logistics.Traces[logistics.Traces.length - 1].acceptTime : '' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<template v-if="!refundOrder">
|
||||
|
||||
Reference in New Issue
Block a user