ebbb2bbe by 杨炀

no message

1 parent dd60ebb7
...@@ -155,7 +155,12 @@ function goBooking(n) { ...@@ -155,7 +155,12 @@ function goBooking(n) {
155 switch (n) { 155 switch (n) {
156 case 0: 156 case 0:
157 // 票务 157 // 票务
158 router.push({path: `/booking/ticket/${props.matchId}`}) 158 // 票务
159 router.push({
160 path: `/seat/detail`,
161 params: {id: 1},
162 query: {id: 1}
163 })
159 break; 164 break;
160 case 1: 165 case 1:
161 //酒店 166 //酒店
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!