|
@@ -47,6 +47,9 @@ |
|
|
<view wx:if="{{item.orderStatus==1}}" class="btn" data-id="{{item.id}}" bindtap="gotopay"> |
|
|
<view wx:if="{{item.orderStatus==1}}" class="btn" data-id="{{item.id}}" bindtap="gotopay"> |
|
|
<text>查看详情</text> |
|
|
<text>查看详情</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view wx:if="{{item.orderStatus == 6}}" class="btn" data-id="{{item.id}}" bindtap="gotoDiscount"> |
|
|
|
|
|
<text>查看详情</text> |
|
|
|
|
|
</view> |
|
|
<view wx:if="{{item.orderStatus==0 || item.orderStatus==7}}" class="btn" data-id="{{item.id}}" bindtap="gotopay"> |
|
|
<view wx:if="{{item.orderStatus==0 || item.orderStatus==7}}" class="btn" data-id="{{item.id}}" bindtap="gotopay"> |
|
|
<text>去支付</text> |
|
|
<text>去支付</text> |
|
|
</view> |
|
|
</view> |
|
|