微信小程序审核不通过修改
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-21 09:32:06 +08:00
parent 350a086a73
commit 935ab0d1d4
14 changed files with 466 additions and 242 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ export default function MinePage() {
throw new Error('wx profile helpers missing');
}
const nickname = display.nickname || '用户';
const memberLabel = hasWechat ? '好客会员' : canWxAuth ? '微信未授权' : '未授权微信';
const memberLabel = hasWechat ? '好客会员' : canWxAuth ? '未完成授权' : '未完成授权';
void needsWxProfileFill(display);
return (