docs(wiki): 新增 wx_* 患者混入用户管理症状条目

This commit is contained in:
iven
2026-06-05 10:20:04 +08:00
parent 201a91580c
commit 76a89dc7de

View File

@@ -156,6 +156,7 @@
| Veepoo 上传按钮无响应(无日志无报错) | [[miniprogram]] veepoo-measure | `handleUpload``if (!patient) return;` 静默退出,`currentPatient` 从 auth store 恢复可能为 null原生页返回后 | **已修复:** patientId 增加 URL 参数 fallback + 每个 early return 添加 console.warn + Taro.showToast 用户提示 + 上传按钮 disabled/loading 状态2026-05-31 |
| M2 测量页仪表盘数值不可见 | [[miniprogram]] 原生测量页 WXSS | `.gauge__center` 无背景色,`conic-gradient` 填满整个圆形区域,数值文字对比度极低 | **已修复:** `.gauge__center` 添加 `background: var(--bg)` + `border-radius: 50%`2026-06-04 |
| 微信登录后显示"绑定失败 — 登录态丢失" | [[miniprogram]] auth store | `login()` catch 块把 API 错误吞掉返回 false调用方误判为"未绑定"显示绑定按钮;`bindPhone()` 读不到 `wechat_openid` | **已修复:** API 失败时 throw 而非 return false + 增加 `resp.openid` 空值校验2026-06-04 |
| wx_* 患者混入用户管理 | [[erp-auth]] wechat_service | 微信登录创建 `users` 记录 + `patient` 角色,与内部员工混在一起 | **已修复:** `list_users` 新增 `exclude_only_roles` 参数前端默认排除纯患者用户2026-06-05 |
## 模块导航