提现错误弹窗

This commit is contained in:
2025-09-29 22:43:17 +08:00
parent 9b6e3e15d0
commit 276e7dfee0
5 changed files with 121 additions and 127 deletions

View File

@@ -267,7 +267,7 @@ const WalletPage: React.FC = () => {
// 处理提现
const handle_withdraw = () => {
if (password_status) {
if (!password_status) {
navigateToSetTransactionPassword("set");
return;
}