Fix:【商城小程序】待收货、待评价订单详情页—物流区域,没有显示最新一条物流信息

This commit is contained in:
linxi
2024-09-23 11:25:02 +08:00
parent 15e9ca1687
commit 8bf30f6989
+1 -1
View File
@@ -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">