Fix:4807 【商城小程序】团购订单完成评价后,订单状态内容为空,建议状态调整为“已完成”
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
<view
|
<view
|
||||||
v-else
|
v-else
|
||||||
class="font-color-white statusTag v12-primary"
|
class="font-color-white statusTag v12-primary"
|
||||||
>{{ (order.isGiftCardSend || order.isGiftCardReceive) ? '礼包' : getStatus(order) }}</view>
|
>{{ (order.isGiftCardSend || order.isGiftCardReceive) ? '礼包' : (getStatus(order) || (order._status && order._status._title) || '已完成') }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view @click="goOrderDetails(order)">
|
<view @click="goOrderDetails(order)">
|
||||||
<view
|
<view
|
||||||
|
|||||||
Reference in New Issue
Block a user