no message
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -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 | //酒店 | ... | ... |
-
Please register or sign in to post a comment