修改上传图片安全验证问题
This commit is contained in:
@@ -135,7 +135,7 @@ const Withdrawal: React.FC = () => {
|
||||
total_withdraw,
|
||||
});
|
||||
} catch (error: any) {
|
||||
console.error("加载钱包数据失败:", error);
|
||||
console.warn("加载钱包数据失败:", error);
|
||||
|
||||
let errorMessage = "加载失败,请重试";
|
||||
if (
|
||||
@@ -171,7 +171,7 @@ const Withdrawal: React.FC = () => {
|
||||
setMapErrorCodes(mapErrorCodes);
|
||||
}
|
||||
} catch (error: any) {
|
||||
console.error("获取提现错误码失败:", error);
|
||||
console.warn("获取提现错误码失败:", error);
|
||||
}
|
||||
};
|
||||
const handleWithdraw = async () => {
|
||||
|
||||
Reference in New Issue
Block a user