优化完善套餐购买页面
This commit is contained in:
@@ -41,7 +41,6 @@ export default function Purchase() {
|
||||
const componentMap: Record<string, React.FC<{skuList: ProductItem['skus']}>> = {
|
||||
short: ShortForm,
|
||||
long: LongForm,
|
||||
// static: StaticForm
|
||||
}
|
||||
return (
|
||||
<div className="flex flex-col gap-4">
|
||||
|
||||
Reference in New Issue
Block a user