feat(checkin): 支持从 URL 参数动态设置标签页标题
- 新增 updateDefaultTitleFromURL() 函数,支持从 URL 参数更新标签页默认标题 - 在 watch props.info 和 onMounted 中添加 discount_title 参数处理逻辑 - 优先级:接口返回标题 > URL 参数标题 > 默认标题 使用方式: URL 示例: /checkin/info?id=xxx&discount_title=春节特别活动 效果: 所有标签页标题变为"春节特别活动" 相关文件: - src/views/checkin/tab-config.js (新增函数) - src/views/checkin/info.vue (添加 URL 参数处理) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
2 changed files
with
36 additions
and
1 deletions
-
Please register or login to post a comment