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