|  | @@ -21,7 +21,7 @@
 | 
	
		
			
				|  |  |  					<text>{{item.toCheckinRooms||0}}</text>
 | 
	
		
			
				|  |  |  					<text>待入住</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  | -				<view>
 | 
	
		
			
				|  |  | +				<view @tap="toConfirm">
 | 
	
		
			
				|  |  |  					<text>{{item.undeterminedOrders||0}}</text>
 | 
	
		
			
				|  |  |  					<text>待确认</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
	
		
			
				|  | @@ -238,6 +238,11 @@
 | 
	
		
			
				|  |  |  					url: '/pages/home/condition'
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  | +			toConfirm(){
 | 
	
		
			
				|  |  | +				uni.navigateTo({
 | 
	
		
			
				|  |  | +					url:'/pagesMy/orderList/orderList?Type=0'
 | 
	
		
			
				|  |  | +				})
 | 
	
		
			
				|  |  | +			},
 | 
	
		
			
				|  |  |  			cancle(item) {
 | 
	
		
			
				|  |  |  				this.show = true;
 | 
	
		
			
				|  |  |  				this.check.orderCode = item.orderCode;
 |