diff --git a/app/index/view/pc/topic_nas/help_detail.html b/app/index/view/pc/topic_nas/help_detail.html index a703738e..e3840970 100644 --- a/app/index/view/pc/topic_nas/help_detail.html +++ b/app/index/view/pc/topic_nas/help_detail.html @@ -121,21 +121,27 @@ // 内容 // 清空标题列表 $("#title-list ul").empty(); - // 提取 h1 标题 + // 提取 h3 标题 var h1Titles = $("#rendered-content").find("h3"); - h1Titles.each(function (index) { - var title = $(this); - var titleText = title.text(); - var titleId = "title-" + index; - title.attr("id", titleId); - var listItem = $("