feat: order creation page and link from player detail service cards
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user