From 94cfec611be754cc6c1d99f15201968e16eed2e5 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 15 Oct 2025 22:56:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1=E7=99=BB=E9=99=86?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Auth/WechatRegister.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Auth/WechatRegister.js b/src/components/Auth/WechatRegister.js index 41b01a9f..9d80f31d 100644 --- a/src/components/Auth/WechatRegister.js +++ b/src/components/Auth/WechatRegister.js @@ -265,7 +265,12 @@ export default function WechatRegister() { justifyContent="center" > {/* 灰色二维码底图 - 始终显示 */} - + {/* 根据 wechatStatus 渲染不同的内容 */} + {wechatStatus === WECHAT_STATUS.WAITING ? ( + 微信二维码 + ) : ( + + )} {/* 加载动画 */} {isLoading && (