|
|
@@ -46,13 +46,13 @@ |
|
|
|
<text class='fr' style='color:#ff4949;'>{{stopFees.remainingFee}}元</text> |
|
|
|
</view> |
|
|
|
<!-- 停车费用大于0 --> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0&&app.globalData.parkVendor==1}}"> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0&&parkVendor==1}}"> |
|
|
|
<navigator bindfail="bindfail" path="pages/pay/order-pay-open/main" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="{{etcpAppId}}" extra-data='{{extraData}}' version="{{etcpVersion}}"> |
|
|
|
立即支付 |
|
|
|
</navigator> |
|
|
|
<view wx:if="{{!canIUse}}" class='buy' data-flag="parkVendor1" bindtap='gotoetcp'>立即支付</view> |
|
|
|
</view> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0&&app.globalData.parkVendor!=1}}"> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0&&parkVendor==5}}"> |
|
|
|
<navigator bindfail="bindfail" path="pages/park/park" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="wxbd08b4baa10fcc1d" extra-data='{{extraData}}' version="{{etcpVersion}}"> |
|
|
|
立即支付 |
|
|
|
</navigator> |
|
|
|