@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user