微信小程序端登录和头像调整

This commit is contained in:
2026-07-21 08:59:44 +08:00
parent c5f526d51d
commit 350a086a73
10 changed files with 84 additions and 263 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ export default function LoginPage() {
setSentHint('');
setWxLoading(true);
try {
// 头像昵称改由「我的」页 chooseAvatar / nickname 填写;登录仅 openId
// 登录仅绑定 openId;资料展示走账号昵称/头像
const wxInfo = getCachedWxProfile();
if (completeMode === 'wechat' && isLoggedIn()) {