列表加载更多

This commit is contained in:
2025-09-30 17:18:44 +08:00
parent 9c9be49f0e
commit 5f13effcd4
6 changed files with 419 additions and 339 deletions

View File

@@ -50,6 +50,8 @@ const Withdrawal: React.FC = () => {
} else if (Number(amount) > 200) {
setShowTips(true);
setTipsText("单笔提现金额不能超过 200元");
} else {
setShowTips(false);
}
};
@@ -287,4 +289,4 @@ const Withdrawal: React.FC = () => {
);
};
export default Withdrawal;
export default Withdrawal;