改变订单颜色
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
</div>
|
||||
<div class="orderbox_right_top" style="margin-top: 20px; border-bottom: 2px solid #ccc;">
|
||||
<span style="font-size: 16px;" v-if="orderDetaildata.status == 'pending'">挂单</span>
|
||||
<span style="font-size: 16px;" v-if="orderDetaildata.status == 'refund'">退单</span>
|
||||
<span style="font-size: 16px;" v-if="orderDetaildata.status == 'closed'">订单完成</span>
|
||||
<span style="font-size: 16px; color: red;" v-if="orderDetaildata.status == 'refund'">退单</span>
|
||||
<span style="font-size: 16px; color:#21c36b;" v-if="orderDetaildata.status == 'closed'">订单完成</span>
|
||||
</div>
|
||||
<div class="orderbox_right_top" style="margin-top: 20px;">
|
||||
<span>商品明细</span>
|
||||
|
||||
Reference in New Issue
Block a user