feat: 评价判断字段修改

This commit is contained in:
黄泽群
2026-07-09 16:51:17 +08:00
parent acb32f3242
commit 85fff5c363
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
@click="onAfterSaleDetail(item)">
售后详情
</view>
<view class="operate_comm operate_but_1 operate_comm_evaluate" v-if="item.status ==4 && item.description" @click="evaluate(item)">评价</view>
<view class="operate_comm operate_but_1 operate_comm_evaluate" v-if="item.status ==4 && !item.isReview " @click="evaluate(item)">评价</view>
<!-- <view class="operate_comm operate_but_1" v-if="item.status === ORDER_TYPE.AFTER_SALE">查看售后</view> -->
<view class="operate_comm operate_but_1 operate_comm_delete" v-if="
[