修改上传图片安全验证问题

This commit is contained in:
张成
2026-02-14 12:59:21 +08:00
parent 8688b6b82d
commit 64f0267457
54 changed files with 239 additions and 240 deletions

View File

@@ -139,7 +139,7 @@ const VerificationPage: React.FC = () => {
});
}
} catch (error) {
console.error("发送验证码异常:", error);
console.warn("发送验证码异常:", error);
Taro.showToast({
title: "发送失败,请重试",
icon: "none",