ebbb2bbe by 杨炀

no message

1 parent dd60ebb7
......@@ -155,7 +155,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!