|
@@ -236,6 +236,22 @@
|
236
|
236
|
$a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
|
237
|
237
|
?>
|
238
|
238
|
|
|
239
|
+ <?php
|
|
240
|
+ //【2024版政策文件下载】
|
|
241
|
+
|
|
242
|
+ if (strpos($field['title'], '评审') !== false) {
|
|
243
|
+ $a = explode('评审',$field['title']);
|
|
244
|
+ $temp_title = $a[0].'评审';
|
|
245
|
+ $ex = 1;
|
|
246
|
+ $t_end = '【2024版政策文件下载】';
|
|
247
|
+ }else{
|
|
248
|
+ $temp_title = $field['title'];
|
|
249
|
+ $ex = 0;
|
|
250
|
+ $t_end = '';
|
|
251
|
+ }
|
|
252
|
+ ?>
|
|
253
|
+
|
|
254
|
+
|
239
|
255
|
{eyou:include file='/template/pc/components/goods/zc.htm' /}
|
240
|
256
|
|
241
|
257
|
{/eyou:arcview}
|
|
@@ -264,6 +280,23 @@
|
264
|
280
|
$a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
|
265
|
281
|
?>
|
266
|
282
|
|
|
283
|
+
|
|
284
|
+ <?php
|
|
285
|
+ //【2024版政策文件下载】
|
|
286
|
+
|
|
287
|
+ if (strpos($field['title'], '评审') !== false) {
|
|
288
|
+ $a = explode('评审',$field['title']);
|
|
289
|
+ $temp_title = $a[0].'评审';
|
|
290
|
+ $ex = 1;
|
|
291
|
+ $t_end = '【2024版政策文件下载】';
|
|
292
|
+ }else{
|
|
293
|
+ $temp_title = $field['title'];
|
|
294
|
+ $ex = 0;
|
|
295
|
+ $t_end = '';
|
|
296
|
+ }
|
|
297
|
+ ?>
|
|
298
|
+
|
|
299
|
+
|
267
|
300
|
{eyou:include file='/template/pc/components/goods/zc.htm' /}
|
268
|
301
|
|
269
|
302
|
{/eyou:arcview}
|
|
@@ -292,6 +325,23 @@
|
292
|
325
|
$a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
|
293
|
326
|
?>
|
294
|
327
|
|
|
328
|
+
|
|
329
|
+ <?php
|
|
330
|
+ //【2024版政策文件下载】
|
|
331
|
+
|
|
332
|
+ if (strpos($field['title'], '评审') !== false) {
|
|
333
|
+ $a = explode('评审',$field['title']);
|
|
334
|
+ $temp_title = $a[0].'评审';
|
|
335
|
+ $ex = 1;
|
|
336
|
+ $t_end = '【2024版政策文件下载】';
|
|
337
|
+ }else{
|
|
338
|
+ $temp_title = $field['title'];
|
|
339
|
+ $ex = 0;
|
|
340
|
+ $t_end = '';
|
|
341
|
+ }
|
|
342
|
+ ?>
|
|
343
|
+
|
|
344
|
+
|
295
|
345
|
{eyou:include file='/template/pc/components/goods/zc.htm' /}
|
296
|
346
|
|
297
|
347
|
{/eyou:arcview}
|
|
@@ -320,6 +370,23 @@
|
320
|
370
|
$a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
|
321
|
371
|
?>
|
322
|
372
|
|
|
373
|
+
|
|
374
|
+ <?php
|
|
375
|
+ //【2024版政策文件下载】
|
|
376
|
+
|
|
377
|
+ if (strpos($field['title'], '评审') !== false) {
|
|
378
|
+ $a = explode('评审',$field['title']);
|
|
379
|
+ $temp_title = $a[0].'评审';
|
|
380
|
+ $ex = 1;
|
|
381
|
+ $t_end = '【2024版政策文件下载】';
|
|
382
|
+ }else{
|
|
383
|
+ $temp_title = $field['title'];
|
|
384
|
+ $ex = 0;
|
|
385
|
+ $t_end = '';
|
|
386
|
+ }
|
|
387
|
+ ?>
|
|
388
|
+
|
|
389
|
+
|
323
|
390
|
{eyou:include file='/template/pc/components/goods/zc.htm' /}
|
324
|
391
|
|
325
|
392
|
{/eyou:arcview}
|