|
|
@@ -32,7 +32,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='orderBox' wx:if="{{stopFees.remainingFee&&carList.length>0&&3>=carList.length}}"> |
|
|
|
<view class='orderBox' wx:if="{{stopFees.orderId&&carList.length>0&&3>=carList.length}}"> |
|
|
|
<view class='clearfix'> |
|
|
|
<text class="fl">入场时间:</text> |
|
|
|
<text class='fr time'>{{stopFees.entranceTime}}</text> |
|
|
@@ -60,7 +60,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="buy-view" wx:if="{{stopFees.remainingFee}}"> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId}}"> |
|
|
|
<navigator wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="wx192b7d2e8dcbefd0" extra-data='{{extraData}}' version="release"> |
|
|
|
立即支付 |
|
|
|
</navigator> |
|
|
|