优化完善套餐购买页面
This commit is contained in:
8
src/components/composites/purchase/shared/form-values.ts
Normal file
8
src/components/composites/purchase/shared/form-values.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type PurchaseFormValues = {
|
||||
type: '1' | '2'
|
||||
live: string
|
||||
quota: number
|
||||
expire: string
|
||||
daily_limit: number
|
||||
pay_type: 'wechat' | 'alipay' | 'balance'
|
||||
}
|
||||
Reference in New Issue
Block a user