Merge branch 'dev' into piaoPay
Showing
1 changed file
with
6 additions
and
1 deletions
| ... | @@ -156,7 +156,12 @@ function goBooking(n) { | ... | @@ -156,7 +156,12 @@ function goBooking(n) { |
| 156 | switch (n) { | 156 | switch (n) { |
| 157 | case 0: | 157 | case 0: |
| 158 | // 票务 | 158 | // 票务 |
| 159 | router.push({path: `/booking/ticket/${props.matchId}`}) | 159 | // 票务 |
| 160 | router.push({ | ||
| 161 | path: `/seat/detail`, | ||
| 162 | params: {id: 1}, | ||
| 163 | query: {id: 1} | ||
| 164 | }) | ||
| 160 | break; | 165 | break; |
| 161 | case 1: | 166 | case 1: |
| 162 | //酒店 | 167 | //酒店 | ... | ... |
-
Please register or sign in to post a comment