diff --git a/wiki/index.md b/wiki/index.md index ef8fd55..cca2efd 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -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) | ## 模块导航