Explorar el Código

edit

tags/2.2.4
shark hace 7 años
padre
commit
ee1730bd64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pages/passCar/passCar.wxml

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

@@ -27,7 +27,7 @@
</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.remainingFee}}'>
<view class='priceBox'>
<text>{{'待支付金额:¥'+item.remainingFee}}</text>
</view>


Cargando…
Cancelar
Guardar