1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -185,7 +185,7 @@ onMounted(() => { | ... | @@ -185,7 +185,7 @@ onMounted(() => { |
| 185 | @click=" | 185 | @click=" |
| 186 | $router.push({ | 186 | $router.push({ |
| 187 | path: '/seat/order_detail', | 187 | path: '/seat/order_detail', |
| 188 | query: { orderSn: it.orderSn, id: props.activityId }, | 188 | query: { orderSn: it.orderSn, id: it.actId }, |
| 189 | }) | 189 | }) |
| 190 | " | 190 | " |
| 191 | class="order-item" | 191 | class="order-item" | ... | ... |
-
Please register or sign in to post a comment