Your Name 8 månader sedan
förälder
incheckning
f4c98a5c99
1 ändrade filer med 18 tillägg och 1 borttagningar
  1. 18
    1
      template/pc/components/detail/content.htm

+ 18
- 1
template/pc/components/detail/content.htm Visa fil

@@ -257,7 +257,24 @@
257 257
             {eyou:arcview aid='$kp.aid'}
258 258
 
259 259
             {eyou:if condition='((int)$field.is_del === 0)'}
260
-            <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" style="" class="b2">{$field.title}</a>
260
+
261
+
262
+            <?php
263
+            //【2024版政策文件下载】
264
+            if (strpos($field['title'], '评审') !== false) {
265
+                $a = explode('评审', $field['title']);
266
+                $temp_title = $a[0] . '评审';
267
+                $ex = 1;
268
+                $t_end = '【2024版政策文件下载】';
269
+            } else {
270
+                $temp_title = $field['title'];
271
+                $ex = 0;
272
+                $t_end = '';
273
+            }
274
+            ?>
275
+
276
+
277
+            <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" style="" class="b2">{$temp_title}</a>
261 278
             {eyou:else /}
262 279
             文档已删除 {$field.title|msubstr=###,0,10,true}
263 280
             {/eyou:if}

Loading…
Avbryt
Spara