微信小程序页面迁移校验之前 P5任务处理之前

This commit is contained in:
Neo
2026-03-09 01:19:21 +08:00
parent 263bf96035
commit 6e20987d2f
1112 changed files with 153824 additions and 219694 deletions

View File

@@ -0,0 +1,17 @@
# 页面名task-detail-priority任务详情 - 优先召回)
> 本页为 task-detail 系列的变体页面,完整交互说明见 `task-detail.md`。
> 此文件仅记录与 task-detail.html高优先召回的差异。
## 与 task-detail.html 的差异
| 差异点 | task-detail高优先召回 | task-detail-priority优先召回 |
|--------|--------------------------|----------------------------------|
| Banner 主题 | `theme-red` 红色 | `theme-orange` 橙色 |
| 任务类型标签 | 高优先召回 | 优先召回 |
| 标签颜色 | 红色系 | 橙色系 |
其余结构(区域顺序、话术样式、底部操作栏、放弃按钮等)与 task-detail.html 完全一致。
## 实现建议
在小程序中task-detail 系列不需要 4 个独立页面。可以在同一页面通过路由参数 `taskType` 控制 Banner 主题色和标签样式。