|  |  | @@ -27,7 +27,7 @@ | 
		
	
		
			
			|  |  |  | </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.remainingFee}}'> | 
		
	
		
			
			|  |  |  | <view class='priceBox'> | 
		
	
		
			
			|  |  |  | <text>{{'待支付金额:¥'+item.remainingFee}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
	
		
			
				|  |  | 
 |