|
@@ -17,16 +17,28 @@ |
|
|
<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='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> |
|
|
|
|
|
|
|
|
<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> --> |
|
|
<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> |
|
|
<button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class='passNumberBox'> |
|
|
|
|
|
|
|
|
<!-- <view class='passNumberBox'> |
|
|
<view class='passNumber nopay' bindtap='orderPay'> |
|
|
<view class='passNumber nopay' bindtap='orderPay'> |
|
|
<text class='number'>蒙B35412</text> |
|
|
<text class='number'>蒙B35412</text> |
|
|
</view> |
|
|
</view> |
|
@@ -40,9 +52,9 @@ |
|
|
<text class='number'>沪B88888</text> |
|
|
<text class='number'>沪B88888</text> |
|
|
</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='addBox' wx:if='{{carList.length==3}}'> |
|
|
|
|
|
|
|
|
<view class='addBox' wx:if='{{carList.length<3}}'> |
|
|
<view class='add' bindtap="jumpToAdd"> |
|
|
<view class='add' bindtap="jumpToAdd"> |
|
|
<text>+</text>添加爱车</view> |
|
|
<text>+</text>添加爱车</view> |
|
|
</view> |
|
|
</view> |
|
|