暂无可用套餐时取消加载中 & 登录页加返回首页 & 加联系专属客服 & 修改白名单上限10个
This commit is contained in:
@@ -167,14 +167,14 @@ export default function Center({skuData}: {
|
||||
<NumberStepperField
|
||||
name="daily_limit"
|
||||
label="每日提取上限"
|
||||
min={currentCountMin || 100}
|
||||
min={currentCountMin}
|
||||
step={100}
|
||||
/>
|
||||
) : (
|
||||
<NumberStepperField
|
||||
name="quota"
|
||||
label="IP 购买数量"
|
||||
min={currentCountMin || 500}
|
||||
min={currentCountMin}
|
||||
step={100}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user