城市合伙人端页面优化
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-17 07:45:20 +08:00
parent bde85a7b82
commit 7fa2c6fbed
12 changed files with 601 additions and 201 deletions
@@ -48,7 +48,7 @@ export class WechatMockProvider implements IWechatProvider {
return {
openId,
nickname: 'Mock微信用户',
headImgUrl: undefined,
headImgUrl: `https://api.dicebear.com/7.x/avataaars/svg?seed=${encodeURIComponent(openId)}`,
};
}