完善支付页面与路由的交互实现

This commit is contained in:
2025-12-09 15:25:54 +08:00
parent 5202f8190e
commit 2f61856ff6
5 changed files with 19 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ export default async function ProductPage(props: ProductPageProps) {
<BreadCrumb items={[
{label: '产品中心', href: '/product'},
]}/>
<Purchase defaultTab={(await props.searchParams)?.type ?? 'short'}/>
<Purchase/>
</Wrap>
</main>
)