fix: 限制自定义充值最低金额

This commit is contained in:
hh
2026-07-15 13:47:32 +08:00
parent e81d7170ed
commit fdd3bbfad2
3 changed files with 44 additions and 6 deletions
+1
View File
@@ -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":