fix: restore search mixed results and order entry links
This commit is contained in:
@@ -5,6 +5,7 @@ import { notFound } from "next/navigation"
|
||||
import { FavoriteButton } from "@/components/favorite-button"
|
||||
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
|
||||
import { Badge } from "@/components/ui/badge"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Separator } from "@/components/ui/separator"
|
||||
import { mockFavorites, mockPlayers, mockReviews, mockServices, mockShops } from "@/lib/mock"
|
||||
@@ -155,6 +156,9 @@ export default async function ShopPage({ params }: PageProps) {
|
||||
段位:{service.rankRange}
|
||||
</div>
|
||||
)}
|
||||
<Button className="w-full mt-3" size="sm" asChild>
|
||||
<Link href={`/order/new?serviceId=${service.id}`}>立即下单</Link>
|
||||
</Button>
|
||||
</CardContent>
|
||||
</Card>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user