|
@@ -43,7 +43,7 @@
|
|
|
{{end}}
|
|
|
</h2>
|
|
|
</section>
|
|
|
-
|
|
|
+
|
|
|
{{if ne .T.type "letter" }}
|
|
|
<!-- 筛选器 -->
|
|
|
<section class="section section-card selector-card-container">
|
|
@@ -70,7 +70,7 @@
|
|
|
{{include "/pc/tags/template/search-list.html"}}
|
|
|
{{end}}
|
|
|
<!-- 筛选结果标签 -->
|
|
|
- <!--
|
|
|
+ <!--
|
|
|
type !="industry" 且 haveList==false
|
|
|
-->
|
|
|
{{if and (ne .T.type "industry") (eq .T.haveList false) }}
|
|
@@ -89,12 +89,7 @@
|
|
|
</section>
|
|
|
{{end}}
|
|
|
<!-- 如果是type!==letter -->
|
|
|
- {{if ne .T.type "letter"}}
|
|
|
- <!-- table -->
|
|
|
- <section class="section section-card classification-table-container">
|
|
|
- {{include "/pc/tags/template/classification-table.html"}}
|
|
|
- </section>
|
|
|
- {{end}}
|
|
|
+
|
|
|
<!-- 字母导航在最下面显示 -->
|
|
|
<!-- 按字母分类 -->
|
|
|
<section class="section section-card selector-card">
|