|
|
@@ -73,7 +73,7 @@ |
|
|
|
<!-- 待付款 显示立即购买的按钮 --> |
|
|
|
<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' wx:if="{{order.type != 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>立即支付</button> |
|
|
|
<button bindtap='orderFunc' hover-class='active' wx:if="{{order.type == 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>支付并发起拼团</button> |
|
|
|
<button bindtap='orderFunc' hover-class='active' wx:if="{{order.type == 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>支付拼团订单</button> |
|
|
|
</view> |
|
|
|
<view class='game' bindtap="gotogame" wx-if="{{showIf&&order.orderStatus!=0}}"> |
|
|
|
<view class='game-entry'> |
|
|
|