|  | @@ -18,25 +18,25 @@
 | 
	
		
			
				|  |  |  					<text v-else>0</text>
 | 
	
		
			
				|  |  |  					<text>已入住</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  | -				<view @tap="toTurn">
 | 
	
		
			
				|  |  | -					<text v-if="item">{{item.toCheckinRooms||0}}</text>
 | 
	
		
			
				|  |  | +				<view>
 | 
	
		
			
				|  |  | +					<text v-if="item">{{item.yestOrders||0}}</text>
 | 
	
		
			
				|  |  |  					<text v-else>0</text>
 | 
	
		
			
				|  |  | -					<text>待入住</text>
 | 
	
		
			
				|  |  | +					<text>昨日订单</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  | -				<view @tap="toConfirm">
 | 
	
		
			
				|  |  | +				<view @tap="toConfirm(0)">
 | 
	
		
			
				|  |  |  					<text v-if="item">{{item.undeterminedOrders||0}}</text>
 | 
	
		
			
				|  |  |  					<text v-else>0</text>
 | 
	
		
			
				|  |  |  					<text>待确认</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  | -				<view>
 | 
	
		
			
				|  |  | +				<view @tap="toConfirm(2)">
 | 
	
		
			
				|  |  |  					<text v-if="item">{{item.pendingOrders||0}}</text>
 | 
	
		
			
				|  |  |  					<text v-else>0</text>
 | 
	
		
			
				|  |  |  					<text>待处理</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  | -				<view>
 | 
	
		
			
				|  |  | -					<text v-if="item">{{item.yestOrders||0}}</text>
 | 
	
		
			
				|  |  | +				<view @tap="toTurn">
 | 
	
		
			
				|  |  | +					<text v-if="item">{{item.toCheckinRooms||0}}</text>
 | 
	
		
			
				|  |  |  					<text v-else>0</text>
 | 
	
		
			
				|  |  | -					<text>昨日订单</text>
 | 
	
		
			
				|  |  | +					<text>待入住</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  				<view @tap="toTurn">
 | 
	
		
			
				|  |  |  					<text v-if="item">{{item.yestSaleRooms||0}}</text>
 | 
	
	
		
			
				|  | @@ -257,11 +257,12 @@
 | 
	
		
			
				|  |  |  					url: '/pages/home/condition'
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  | -			toConfirm() {
 | 
	
		
			
				|  |  | +			toConfirm(type) {
 | 
	
		
			
				|  |  |  				uni.navigateTo({
 | 
	
		
			
				|  |  | -					url: '/pagesMy/orderList/orderList?Type=0'
 | 
	
		
			
				|  |  | +					url: '/pagesMy/orderList/orderList?Type=' + type
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  			cancle(item) {
 | 
	
		
			
				|  |  |  				this.show = true;
 | 
	
		
			
				|  |  |  				this.check.orderCode = item.orderCode;
 |