浏览代码

[停车][修改]:停车跳转修改

pull/1/head
Stormeye Wu 5 年前
父节点
当前提交
a426eca35c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      index/passCar.wxml

+ 1
- 1
index/passCar.wxml 查看文件

@@ -46,7 +46,7 @@
<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&&app.globalData.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>


正在加载...
取消
保存