feat: 订单列表样式调整
This commit is contained in:
@@ -6,7 +6,12 @@
|
|||||||
>
|
>
|
||||||
{{ orderData.commodityName }}
|
{{ orderData.commodityName }}
|
||||||
</view>
|
</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 }}
|
{{ orderData.orderAmt }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user