• Joined on 2026-04-21
shumeng pushed to main at shumeng/xqwatch 2026-04-28 11:59:37 +08:00
7f06cdc9d1 fix: 任务页3项优化
shumeng pushed to main at shumeng/xqwatch 2026-04-28 11:52:44 +08:00
d7b61bf0fa fix: 任务页全面放大字体+显示截止时间
shumeng pushed to main at shumeng/xqwatch 2026-04-28 11:39:09 +08:00
2f0fc675d2 feat: 任务页面按原型图V3适老化重设计
shumeng pushed to main at shumeng/xqwatch 2026-04-28 10:54:23 +08:00
354a2ab124 fix: 任务页面优化老年人布局
shumeng pushed to main at shumeng/xqwatch 2026-04-28 10:43:24 +08:00
b691b432fb feat: 任务详情补充缺失字段
shumeng pushed to main at shumeng/xqwatch 2026-04-28 10:38:17 +08:00
29ca1bc7c8 fix: 操作后列表为空时自动返回上一页(和旧版一致)
shumeng pushed to main at shumeng/xqwatch 2026-04-28 09:30:52 +08:00
b29e68e87f fix: 操作按钮逻辑按taskType+status组合判断
shumeng pushed to main at shumeng/xqwatch 2026-04-28 09:25:19 +08:00
a25675c5b2 fix: 去掉任务详情页中的分段控件tab,腾出更多内容空间
shumeng pushed to main at shumeng/xqwatch 2026-04-28 09:20:02 +08:00
5dfbd627f2 fix: TaskDetailFragment 使用新字段名(displayName/positionText/pointText/sendTime)
shumeng pushed to main at shumeng/xqwatch 2026-04-28 09:15:20 +08:00
9598976566 fix: TaskDetail 字段对齐服务端实际返回
shumeng pushed to main at shumeng/xqwatch 2026-04-28 09:04:47 +08:00
5e2d71c25d feat: 任务列表改为单任务全屏展示+上下滑切换(方案B,和旧版一致)
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:55:56 +08:00
aea7b349b8 fix: 任务卡片显示name字段(queryTaskIds返回name不是taskName)
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:48:27 +08:00
a455c82b59 fix: queryTaskIds 和 lookTaskDetail 改为 POST
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:45:18 +08:00
52949f4e3f fix: 任务列表改用 queryTaskIds 接口(旧版实际使用的接口)
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:36:03 +08:00
4a3fbb6be6 fix: 处理服务端返回空body(Content-Length:0)
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:17:57 +08:00
aec33ee3e1 fix: UnbindInterceptor 改用 peekBody 防止消费响应体
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:08:32 +08:00
2d0a4d94ae fix: pageList 接口改为 POST(服务端返回405 GET不支持)
shumeng pushed to main at shumeng/xqwatch 2026-04-27 19:04:59 +08:00
c0059efa16 fix: 防止重复导航崩溃 - 跳转前检查当前是否在homeFragment
shumeng pushed to main at shumeng/xqwatch 2026-04-27 18:57:31 +08:00
5b0a0b4964 fix: taskId defaultValue 加 L 后缀修复 long 类型解析错误
shumeng pushed to main at shumeng/xqwatch 2026-04-27 18:49:38 +08:00
1056386af8 feat: 任务管理模块 - 列表+详情+抢单/打卡/完成