|
@@ -2,7 +2,14 @@
|
|
|
<html lang="zh">
|
|
|
<head>
|
|
|
<meta charset="UTF-8" />
|
|
|
+ {{if eq .T.pCode "ztbgl"}}
|
|
|
+ <title>招投标攻略</title>
|
|
|
+ {{else if eq .T.pCode "hyzx"}}
|
|
|
<title>行业资讯</title>
|
|
|
+ {{else}}
|
|
|
+ <title>剑鱼标讯</title>
|
|
|
+ {{end}}
|
|
|
+
|
|
|
<meta name="Keywords" content='{{Msg "seo" "qfw.swordfish.key"}}'/>
|
|
|
<meta name="Description" content='{{Msg "seo" "qfw.swordfish.description"}}'/>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
@@ -110,7 +117,7 @@
|
|
|
{{$v.s_description}}
|
|
|
</div>
|
|
|
<div class="art_l_l_data">
|
|
|
- <span class="data_date">{{$v.releasetime}}</span>
|
|
|
+ <span class="data_date">{{$v.time}}</span>
|
|
|
<span class="viewnum">{{$v.i_viewnum}}<span class="viewnum_normal">次浏览<span></span>
|
|
|
</div>
|
|
|
</div>
|