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>
<!-- 除开待付款 --> <!-- 除开待付款 -->
<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" class="order_item_header_right"
:style="{ color: ORDER_STATUS_CSS[item.status] }" :style="{ color: ORDER_STATUS_CSS[item.status] }"
> >
@@ -240,7 +240,7 @@
v-model:show="afterShow" v-model:show="afterShow"
class="after-sales-popup" class="after-sales-popup"
:customStyle="{ :customStyle="{
height: '1000rpx', height: '1200rpx',
overflow: 'scroll', overflow: 'scroll',
position: 'relative', position: 'relative',
paddingBottom: '80rpx', paddingBottom: '80rpx',
+1 -2
View File
@@ -102,8 +102,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.head-view{ .head-view{
width:100%; width:100%;
// height: min-height:88rpx;
min-hieght:88rpx;
height:88rpx; height:88rpx;
display: flex; display: flex;
align-items: center; align-items: center;