fix: 限制自定义充值最低金额
This commit is contained in:
@@ -911,6 +911,7 @@ export function App() {
|
||||
projects={projects}
|
||||
team={currentTeam}
|
||||
onRecharge={(amount, bonusPoints) => action(() => api.recharge({ amount, bonus_points: bonusPoints }), "充值成功")}
|
||||
onNotify={(type, text) => setNotice({ type, text })}
|
||||
/>
|
||||
);
|
||||
case "team":
|
||||
|
||||
Reference in New Issue
Block a user