Your Name 10 mesi fa
parent
commit
3afc3332ff

+ 10
- 0
template/pc/common/main/param/cl_detail.htm Vedi File

@@ -10,4 +10,14 @@ $doc_aid = $aid;
10 10
     $web_url = request()->url();
11 11
 
12 12
     $number = $aid;
13
+
14
+    $tgid = $eyou['field']['product_tag_id'];
15
+
13 16
 ?>
17
+
18
+
19
+{eyou:sql sql="select id,aid,number from ey_seo_number where type=10 and aid=$tgid" cachetime='3600' empty=''}
20
+{eyou:php}
21
+$tag_number = $field['number'];
22
+{/eyou:php}
23
+{/eyou:sql}

+ 10
- 0
template/pc/common/main/param/new_detail.htm Vedi File

@@ -12,5 +12,15 @@ $doc_aid = $aid;
12 12
 
13 13
     $number = $aid;
14 14
 
15
+    $tgid = $eyou['field']['product_tag_id'];
16
+
15 17
     //var_dump($number);
16 18
 ?>
19
+
20
+
21
+
22
+{eyou:sql sql="select id,aid,number from ey_seo_number where type=10 and aid=$tgid" cachetime='3600' empty=''}
23
+{eyou:php}
24
+$tag_number = $field['number'];
25
+{/eyou:php}
26
+{/eyou:sql}

+ 4
- 2
template/pc/common/main/param/tag_detail.htm Vedi File

@@ -7,16 +7,18 @@
7 7
     $number = $tagid;
8 8
     //var_dump($route_param);die;
9 9
 
10
+
11
+
10 12
 ?>
11 13
 
12
-{eyou:sql sql="select id,aid from ey_seo_number where type=10 and number=$tagid" cachetime='3600' empty='没有数据'}
14
+{eyou:sql sql="select id,aid from ey_seo_number where type=10 and number=$tagid" cachetime='3600' empty=''}
13 15
 {eyou:php}
14 16
     $tagid = $field['aid'];
15 17
 {/eyou:php}
16 18
 {/eyou:sql}
17 19
 
18 20
 
19
-{eyou:sql sql="select aid,title from ey_archives where aid=$tagid" cachetime='3600' empty='没有数据'}
21
+{eyou:sql sql="select aid,title from ey_archives where aid=$tagid" cachetime='3600' empty=''}
20 22
 {eyou:php}
21 23
     $tag_name = $field['title'];
22 24
 {/eyou:php}

+ 9
- 0
template/pc/common/main/param/zc_detail.htm Vedi File

@@ -18,9 +18,18 @@
18 18
 
19 19
 
20 20
     $number = $aid;
21
+
22
+    $tgid = $eyou['field']['product_tag_id'];
21 23
 ?>
22 24
 
23 25
 
26
+{eyou:sql sql="select id,aid,number from ey_seo_number where type=10 and aid=$tgid" cachetime='3600' empty=''}
27
+{eyou:php}
28
+$tag_number = $field['number'];
29
+{/eyou:php}
30
+{/eyou:sql}
31
+
32
+
24 33
 {eyou:if condition='($areaname === 0)'}
25 34
 
26 35
 

+ 1
- 1
template/pc/components/detail/cl.htm Vedi File

@@ -52,7 +52,7 @@
52 52
 
53 53
                     <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
54 54
                     <p class="cate">
55
-                        <font>所属标签:</font><a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" class="mcolor">{$tag_name}</a>
55
+                        <font>所属标签:</font><a href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" class="mcolor">{$tag_name}</a>
56 56
 
57 57
                         &nbsp;&nbsp;&nbsp;<font>页面数量:</font> {$eyou.field.pagenum}
58 58
                     </p>

+ 1
- 1
template/pc/components/detail/content.htm Vedi File

@@ -81,7 +81,7 @@
81 81
 
82 82
 
83 83
                     <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
84
-                    <p class="cate"><font>所属标签:</font> <a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
84
+                    <p class="cate"><font>所属标签:</font> <a href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" >{$tag_name}</a></p>
85 85
                     <p class="site">
86 86
                         {eyou:if condition='($is_mobile === false)'}
87 87
 

+ 1
- 1
template/pc/components/detail/new.htm Vedi File

@@ -66,7 +66,7 @@
66 66
             {/eyou:sql}
67 67
             {/eyou:if}
68 68
 
69
-            <p class="art-tag">所属标签: <a style="background: none;font-size: 15px;" href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
69
+            <p class="art-tag">所属标签: <a style="background: none;font-size: 15px;" href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" >{$tag_name}</a></p>
70 70
 
71 71
             <p class="art-tag" style="margin-top:10px;">相关政策文件:
72 72
 

Loading…
Annulla
Salva