rwadurian/frontend
hailin a1d284b6b5 fix(password): 统一登录密码和支付密码状态查询为服务端 API
问题:
- isPasswordSet() 读 SecureStorage,重装/换设备后丢失 → 页面误判未设密码
- isPaymentPasswordSet() 读 response.data['isSet'],但实际格式为
  { success, data: { isSet } },取到 null → 始终返回 false

修复:
- 后端新增 GET /user/password-status 接口(isLoginPasswordSet 方法)
- 前端 isPasswordSet() 改为调用服务端 API
- 两个方法均使用正确的 response.data['data']['isSet'] 解包

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 08:14:24 -08:00
..
.claude refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
admin-web fix(admin-web): 推荐树节点「团队预种」显示时减去本人份数 2026-03-03 22:19:05 -08:00
mining-admin-web feat(pre-planting): 新增预种积分股卖出限制(方案B纯新增) 2026-03-04 05:04:57 -08:00
mining-app fix(mining-app): 已解锁上 null 时显示 0 2026-03-05 05:41:00 -08:00
mobile-app fix(password): 统一登录密码和支付密码状态查询为服务端 API 2026-03-05 08:14:24 -08:00
mobile-upgrade fix: add libc6-compat to builder stage for SWC binary 2026-03-03 08:34:46 -08:00
temp_backup refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
README.MD . 2025-11-25 10:17:37 +08:00

README.MD