|
@@ -17,28 +17,6 @@ |
|
|
<label class='carNumber'></label> |
|
|
<label class='carNumber'></label> |
|
|
</view> |
|
|
</view> |
|
|
<view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> |
|
|
<view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> |
|
|
<view class='passUp'> |
|
|
|
|
|
<view class='passNumber' bindtap='orderPay' style='height:{{dataHeight}};font-weight:{{dataWeight}};line-height:{{dataLineHeight}}'> |
|
|
|
|
|
<text class='number'>{{item.carNumber}}</text> |
|
|
|
|
|
<!-- <text class='price'>待缴金额:¥{{item.remainingParkFee?item.remainingParkFee:'0'}}</text> --> |
|
|
|
|
|
<!-- <text class='parkPrice'>待缴金额:¥500</text> --> |
|
|
|
|
|
<!-- <text>已缴:{{item.stopFee.paidFee}}</text> |
|
|
|
|
|
<text>优免金额{{item.stopFee.discountAmount}}</text> --> |
|
|
|
|
|
</view> |
|
|
|
|
|
<button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class='orderBox' wx:if='{{!item.remainingFee}}'> |
|
|
|
|
|
<view class='priceBox'> |
|
|
|
|
|
<text>{{'待支付金额:¥'+item.remainingFee}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class='payBox'> |
|
|
|
|
|
<navigator target="miniProgram" open-type="navigate" app-id="wx192b7d2e8dcbefd0" path="" extra-data="{{item.extraData}}" version="release"> |
|
|
|
|
|
<button>去支付</button> |
|
|
|
|
|
</navigator> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> |
|
|
|
|
|
<view class='passUp'> |
|
|
<view class='passUp'> |
|
|
<view class='passNumber' bindtap='orderPay' style='height:{{dataHeight}};font-weight:{{dataWeight}};line-height:{{dataLineHeight}}'> |
|
|
<view class='passNumber' bindtap='orderPay' style='height:{{dataHeight}};font-weight:{{dataWeight}};line-height:{{dataLineHeight}}'> |
|
|
<text class='number'>{{item.carNumber}}</text> |
|
|
<text class='number'>{{item.carNumber}}</text> |
|
|