84a6d2a5 by yyx

1

1 parent ca3cc327
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!