Feat;旅居订单评价

This commit is contained in:
LinCyJang
2026-01-10 23:56:33 +08:00
parent 0038846328
commit 6f367223c5
4 changed files with 83 additions and 11 deletions
+6
View File
@@ -341,6 +341,12 @@
@click="goOrderDetails(order)"
>去评价</view>
</template>
<template v-if="parseInt(order._status._type) === 3 && order.isTravelGroup === 1">
<view
class="bnt bg-color-lightred v12-white v12-primary-text v12-primary-border v12-radius-40"
@click="goOrderDetails(order)"
>去评价</view>
</template>
<template v-if="parseInt(order._status._type) === 4">
<view class="bnt service" @click="goOrderDetails(order)">查看订单</view>
</template>