Commit d6efa8e3 authored by fwz's avatar fwz

订单售后状态

parent 74131c77
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="order__items" v-if="(current===0||current===4) && item.orderStatus == 30"> <div class="order__items" v-if="(current===0||current===4) && item.orderStatus == 40">
<div class="item"> <div class="item">
<div class="item__time"> <div class="item__time">
<span>{{item.successTime}}</span> <span>{{item.successTime}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment