Feat;旅居订单评价
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user