浏览代码

待确认跳转待确认列表

htc 1 年之前
父节点
当前提交
5898870cd1
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      pages/home/index.vue

+ 6 - 1
pages/home/index.vue

@@ -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;