完善支付页面与路由的交互实现
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user