feat: order creation page and link from player detail service cards

This commit is contained in:
zetaloop
2026-02-20 18:37:33 +08:00
parent 91d1694bcd
commit 10abe5309e
2 changed files with 181 additions and 1 deletions
+3 -1
View File
@@ -150,7 +150,9 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i
</div>
</CardContent>
<CardFooter>
<Button className="w-full"></Button>
<Button className="w-full" asChild>
<Link href={`/order/new?serviceId=${service.id}`}></Link>
</Button>
</CardFooter>
</Card>
))}