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