feat: 订单列表样式调整

This commit is contained in:
duanshuwen
2025-10-30 21:44:16 +08:00
parent bddc36c6c2
commit e7c6c27ad2

View File

@@ -6,7 +6,12 @@
>
{{ orderData.commodityName }}
</view>
<view class="right font-size-18 font-bold line-height-20 color-525866">
<view
:class="[
'right font-size-18 font-bold line-height-20',
orderData.orderStatus === '0' ? 'color-FF3D60' : 'color-525866',
]"
>
{{ orderData.orderAmt }}
</view>
</view>