fix(mobile): scroll multi-account login list - #3692
Open
weikl666 wants to merge 2 commits into
Open
Conversation
Signed-off-by: weikl666 <126861179+weikl666@users.noreply.github.com>
|
| Filename | Overview |
|---|---|
| apps/mobile/app/(auth)/login.tsx | 将账号选择行包装进与登录面板同坐标系的 ScrollView,并按账号数量启用滚动与指示器。 |
| apps/mobile/src/auth/loginSkinLayout.ts | 新增账号列表视口常量和内容高度计算,确保任意数量身份的最后一行可完整滚入视口。 |
| apps/mobile/src/auth/tests/loginSkinLayout.test.ts | 覆盖五个身份时的视口高度、内容高度及末行最大滚动位置。 |
| apps/mobile/src/auth/tests/loginSkinStates.test.ts | 补充账号列表 ScrollView 与行定位接线的源码级回归断言。 |
Reviews (1): Last reviewed commit: "fix(mobile): scroll multi-account login ..." | Re-trigger Greptile
Contributor
|
这个 PR 会改变移动端登录页多账号列表的展示和滚动,已进入维护者确认,球不在作者手里。 请维护者直接在 PR 上 Approve;需要修改就 Request Changes。讨论 issue:#3715 |
Contributor
|
命中 UI 路径(移动端登录多账号列表)但 description 未附界面效果证据——建议补充改动后效果:截图/录屏,或改动后界面的 HTML 页面,便于确认界面符合 DESIGN.md 设计规范。 |
weikl666
force-pushed
the
fix/mobile-login-account-list-scroll
branch
from
September 1, 2026 07:01
72c3297 to
b054818
Compare
Signed-off-by: weikl666 <126861179+weikl666@users.noreply.github.com>
Author
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






这次改了什么
摘要
修复 Mobile 登录页在“个人身份 + 多个企业身份”场景下只能看到前三项的问题。身份列表现在使用独立滚动区域,超过两项时可继续向下滚动访问第 4 个及之后的身份。
变更类型
fix缺陷修复feat新功能refactor/perfdocs/test/chore范围
UI 变化
1. 进入身份选择页
2. 向下滚动到中段
3. 继续滚动到底部
怎么验证的
自动验证
手工验证
fix/mobile-login-account-list-scrollb09c83e4172.27.84.18:8081,CN 配置未执行的验证
风险
本次仅修改 Mobile JS/TS 与测试,不改 app.json、原生依赖、config plugin 或
apps/mobile/package.json,不改变 runtime fingerprint,不需要冷更。影响与回滚
提交前检查