|
|
@@ -29,9 +29,11 @@ |
|
|
|
<view class="head"> |
|
|
|
<view>订单编号:{{ item.couponOrderId }}</view> |
|
|
|
<view tt:if="{{ item.status == 0 }}" class="notice noAppoint">未确认</view> |
|
|
|
<view tt:if="{{ item.status == 1 }}" class="notice noAppoint">已取消</view> |
|
|
|
<view tt:if="{{ item.status == 3 }}" class="notice refund">已退款</view> |
|
|
|
<view tt:if="{{ item.status == 5 }}" class="notice confirm">已确认</view> |
|
|
|
<view tt:if="{{ item.status == 8 }}" class="notice complete">已完成</view> |
|
|
|
<view tt:if="{{ item.status == 9 }}" class="notice complete">已评价</view> |
|
|
|
</view> |
|
|
|
<view class="body"> |
|
|
|
<view class="items">商品名称:{{ item.couponTitle }}</view> |
|
|
|