Explorar el Código

[停车缴费][修复]:停车缴费显示修复

tags/2.2.4
Stormeye.Wu hace 6 años
padre
commit
74bfb6227e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pages/passCar/passCar.wxml

+ 2
- 2
pages/passCar/passCar.wxml Ver fichero

@@ -27,9 +27,9 @@
</view>
<button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button>
</view>
<view class='orderBox' wx:if='{{item.remainingFee}}'>
<view class='orderBox' wx:if='{{item.stopFee.remainingFee}}'>
<view class='priceBox'>
<text>{{'待支付金额:¥'+item.remainingFee}}</text>
<text>待缴金额:¥{{item.stopFee.remainingFee}}</text>
</view>
<view class='payBox'>
<navigator target="miniProgram" open-type="navigate" app-id="wx192b7d2e8dcbefd0" path="" extra-data="{{item.extraData}}" version="release">


Cargando…
Cancelar
Guardar