|
@@ -17,8 +17,11 @@
|
|
|
<link href='{{Msg "seo" "cdn"}}/site/page/industryInfo/css/industry_content.css?v={{Msg "seo" "version"}}' rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
-{{include "/site/common/pc-school-head.html"}}
|
|
|
-
|
|
|
+{{if eq .T.pCode "ztbgl"}}
|
|
|
+ {{include "/site/common/pc-school-head.html"}}
|
|
|
+{{else}}
|
|
|
+ {{include "/common/pchead.html"}}
|
|
|
+{{end}}
|
|
|
<section class="page-industry-content">
|
|
|
<div class="page-school-main w1200">
|
|
|
<!-- 导航-->
|
|
@@ -125,7 +128,7 @@
|
|
|
<span>最新文章</span>
|
|
|
<span onclick="window.location.href='/industryInfo/index'">MORE</span>
|
|
|
{{else}}
|
|
|
- <span>内容推荐</span>
|
|
|
+ <span>内容推荐{{.T.pCode}}</span>
|
|
|
<span onclick="window.location.href='/jySchool/strategy'">MORE</span>
|
|
|
{{end}}
|
|
|
</div>
|