소스 검색

[停车费显示][修改]:有停车费订单时显示停车费

tags/2.2.4
Stormeye.Wu 6 년 전
부모
커밋
e12c97bc06
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/passCar/passCar.wxml

+ 2
- 2
pages/passCar/passCar.wxml 파일 보기

@@ -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>


불러오는 중...
취소
저장