|
@@ -87,7 +87,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 待付款 显示立即购买的按钮 --> |
|
|
<!-- 待付款 显示立即购买的按钮 --> |
|
|
<view wx:if="{{order.orderStatus==0&&order.salePrice!=0||order.orderStatus==7&&order.salePrice!=0}}" class="buy-view app-border-top"> |
|
|
|
|
|
|
|
|
<view wx:if="{{(order.orderStatus==0&&order.salePrice!=0)||(order.orderStatus==7&&order.salePrice!=0)}}" class="buy-view app-border-top"> |
|
|
<button bindtap='orderFunc' hover-class='active' data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>立即支付</button> |
|
|
<button bindtap='orderFunc' hover-class='active' data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>立即支付</button> |
|
|
</view> |
|
|
</view> |
|
|
<view class='game' bindtap="gotogame" wx-if="{{showIf&&order.orderStatus!=0}}"> |
|
|
<view class='game' bindtap="gotogame" wx-if="{{showIf&&order.orderStatus!=0}}"> |
|
|