shark пре 7 година
родитељ
комит
ee1730bd64
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pages/passCar/passCar.wxml

+ 1
- 1
pages/passCar/passCar.wxml Прегледај датотеку

@@ -27,7 +27,7 @@
</view> </view>
<button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button> <button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button>
</view> </view>
<view class='orderBox' wx:if='{{!item.remainingFee}}'>
<view class='orderBox' wx:if='{{item.remainingFee}}'>
<view class='priceBox'> <view class='priceBox'>
<text>{{'待支付金额:¥'+item.remainingFee}}</text> <text>{{'待支付金额:¥'+item.remainingFee}}</text>
</view> </view>


Loading…
Откажи
Сачувај