From 4fd1a3bf00990b04fc1587a21d3d6b724b8917db Mon Sep 17 00:00:00 2001 From: zetaloop Date: Fri, 20 Feb 2026 20:02:16 +0800 Subject: [PATCH] fix: remove commission rate from public shop page --- app/(main)/shop/[id]/page.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx index 90fc1f8..5e48ee4 100644 --- a/app/(main)/shop/[id]/page.tsx +++ b/app/(main)/shop/[id]/page.tsx @@ -62,14 +62,7 @@ export default async function ShopPage({ params }: PageProps) {
-
-

{shop.name}

- - {shop.commissionType === "percentage" - ? `抽成 ${shop.commissionValue}%` - : `固定抽成 ${shop.commissionValue}`} - -
+

{shop.name}

{shop.description}