fix: 优化应急就医模块,重构对话页面交互,修正PRD文档与截图

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
冯普
2026-04-23 17:34:01 +08:00
co-authored by Claude Opus 4.6
parent 41c200e370
commit 99e43310ed
29 changed files with 155 additions and 52 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ function cardHTML(mod, uid) {
}).join('');
tagHtml = `<span class="module-card__tag module-card__tag--ready" data-pop="${uid}" onclick="event.stopPropagation();togglePop('${uid}')">${mod.pages.length} 页</span><div class="page-popover" id="pop-${uid}" onclick="event.stopPropagation()"><div class="page-popover__title">页面列表</div>${popItems}</div>`;
} else {
tagHtml = '<span class="module-card__tag module-card__tag--pending">待开发</span>';
tagHtml = '<span class="module-card__tag module-card__tag--pending">待设计</span>';
}
const body = has ? '' : `<div class="module-card__empty-hint">${ICONS.empty}暂无原型页面</div>`;