|  |  | @@ -15,8 +15,10 @@ | 
		
	
		
			
			|  |  |  | <view class='borderUp'>我的爱车 | 
		
	
		
			
			|  |  |  | <label class='carNumber'>最多可添加3辆,点选车牌号完成付款</label> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='passNumberBox'> | 
		
	
		
			
			|  |  |  | <view class='passNumber' bindtap='orderPay'>京C·21457</view> | 
		
	
		
			
			|  |  |  | <view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> | 
		
	
		
			
			|  |  |  | <view class='passNumber' bindtap='orderPay'> | 
		
	
		
			
			|  |  |  | <text>{{item.carNumber}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <button class='deleteButton' bindtap='unbindCar'>解绑</button> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='addBox'> | 
		
	
	
		
			
				|  |  | 
 |