Fix:4473 【旅居商城小程序】已入住的团购订单隐藏“去评价”按钮

This commit is contained in:
linxi
2025-11-07 15:40:08 +08:00
parent e22c96549e
commit c2ec209b2e
+1 -1
View File
@@ -272,7 +272,7 @@
@click="takeOrder(order)"
>确认收货</view>
</template>
<template v-if="parseInt(order._status._type) === 3">
<template v-if="parseInt(order._status._type) === 3 && order.isTravelGroup === 0">
<view
class="bnt bg-color-lightred v12-white v12-primary-text v12-primary-border v12-radius-40"
@click="goOrderDetails(order)"