feat:售后完成

This commit is contained in:
2025-09-04 15:51:18 +08:00
parent a2f9293e43
commit 6477b2c006
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
</view>
<!-- 除开待付款 -->
<view
v-if="item.status !== ORDER_TYPE.UNPAID"
v-if="item.status !== ORDER_TYPE.UNPAID && form.type !== MINE_ORDER_TYPE.AFTER_SALE "
class="order_item_header_right"
:style="{ color: ORDER_STATUS_CSS[item.status] }"
>
@@ -240,7 +240,7 @@
v-model:show="afterShow"
class="after-sales-popup"
:customStyle="{
height: '1000rpx',
height: '1200rpx',
overflow: 'scroll',
position: 'relative',
paddingBottom: '80rpx',