Your Name 10 kuukautta sitten
vanhempi
commit
3afc3332ff

+ 10
- 0
template/pc/common/main/param/cl_detail.htm Näytä tiedosto

10
     $web_url = request()->url();
10
     $web_url = request()->url();
11
 
11
 
12
     $number = $aid;
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 Näytä tiedosto

12
 
12
 
13
     $number = $aid;
13
     $number = $aid;
14
 
14
 
15
+    $tgid = $eyou['field']['product_tag_id'];
16
+
15
     //var_dump($number);
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 Näytä tiedosto

7
     $number = $tagid;
7
     $number = $tagid;
8
     //var_dump($route_param);die;
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
 {eyou:php}
15
 {eyou:php}
14
     $tagid = $field['aid'];
16
     $tagid = $field['aid'];
15
 {/eyou:php}
17
 {/eyou:php}
16
 {/eyou:sql}
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
 {eyou:php}
22
 {eyou:php}
21
     $tag_name = $field['title'];
23
     $tag_name = $field['title'];
22
 {/eyou:php}
24
 {/eyou:php}

+ 9
- 0
template/pc/common/main/param/zc_detail.htm Näytä tiedosto

18
 
18
 
19
 
19
 
20
     $number = $aid;
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
 {eyou:if condition='($areaname === 0)'}
33
 {eyou:if condition='($areaname === 0)'}
25
 
34
 
26
 
35
 

+ 1
- 1
template/pc/components/detail/cl.htm Näytä tiedosto

52
 
52
 
53
                     <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
53
                     <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
54
                     <p class="cate">
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
                         &nbsp;&nbsp;&nbsp;<font>页面数量:</font> {$eyou.field.pagenum}
57
                         &nbsp;&nbsp;&nbsp;<font>页面数量:</font> {$eyou.field.pagenum}
58
                     </p>
58
                     </p>

+ 1
- 1
template/pc/components/detail/content.htm Näytä tiedosto

81
 
81
 
82
 
82
 
83
                     <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
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
                     <p class="site">
85
                     <p class="site">
86
                         {eyou:if condition='($is_mobile === false)'}
86
                         {eyou:if condition='($is_mobile === false)'}
87
 
87
 

+ 1
- 1
template/pc/components/detail/new.htm Näytä tiedosto

66
             {/eyou:sql}
66
             {/eyou:sql}
67
             {/eyou:if}
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
             <p class="art-tag" style="margin-top:10px;">相关政策文件:
71
             <p class="art-tag" style="margin-top:10px;">相关政策文件:
72
 
72
 

Loading…
Peruuta
Tallenna