ca26d53c by zhangmeng

Merge branch 'dev' into piaoPay

2 parents d8b968f9 c8d99923
......@@ -156,7 +156,12 @@ function goBooking(n) {
switch (n) {
case 0:
// 票务
router.push({path: `/booking/ticket/${props.matchId}`})
// 票务
router.push({
path: `/seat/detail`,
params: {id: 1},
query: {id: 1}
})
break;
case 1:
//酒店
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!