Fix:4473 【旅居商城小程序】已入住的团购订单隐藏“去评价”按钮
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user