fix: 优化应急就医模块,重构对话页面交互,修正PRD文档与截图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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>`;
|
||||
|
||||
Reference in New Issue
Block a user