Files
Neo-ZQYY/docs/h5_ui/interactions/task-detail-priority.md

18 lines
887 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 页面名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 主题色和标签样式。