ca26d53c by zhangmeng

Merge branch 'dev' into piaoPay

2 parents d8b968f9 c8d99923
...@@ -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 //酒店
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!