f7af94ca by 杨炀

no message

1 parent a48b253a
...@@ -117,7 +117,11 @@ function goBooking(n) { ...@@ -117,7 +117,11 @@ function goBooking(n) {
117 switch (n) { 117 switch (n) {
118 case 0: 118 case 0:
119 // 票务 119 // 票务
120 router.push({path: `/booking/ticket/${props.matchId}`}) 120 router.push({
121 path: `/seat/detail`,
122 params: {id: 1},
123 query: {id: 1}
124 })
121 break; 125 break;
122 case 1: 126 case 1:
123 //酒店 127 //酒店
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!