|
|
@@ -168,7 +168,7 @@
|
|
|
<foreach name="about_news" id="v">
|
|
|
<if condition="$key eq 0">
|
|
|
<div class="fir-nbox mob_none">
|
|
|
- <a href="/news{$v.id}/" target="_blank" title="{$v.title}">
|
|
|
+ <a href="/news{$v.id}/" title="{$v.title}">
|
|
|
<img src="{:cmf_get_image_preview_url($v.thumb)}" alt="{$v.title}">
|
|
|
<h3> {$v.title}</h3>
|
|
|
<p> {$v.description}</p>
|
|
|
@@ -182,7 +182,7 @@
|
|
|
<foreach name="about_news" id="v">
|
|
|
<if condition="$key gt 0">
|
|
|
<li>
|
|
|
- <a href="/news{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
|
|
|
+ <a href="/news{$v.id}/" title="{$v.title}">{$v.title}</a>
|
|
|
<span>{:date('m-d',$v.create_time)}</span>
|
|
|
</li>
|
|
|
</if>
|
|
|
@@ -194,7 +194,7 @@
|
|
|
<foreach name="brand_news" id="v">
|
|
|
<if condition="$key eq 0">
|
|
|
<div class="fir-nbox mob_none">
|
|
|
- <a href="/news{$v.id}/" target="_blank" title="{$v.title}">
|
|
|
+ <a href="/news{$v.id}/" title="{$v.title}">
|
|
|
<img src="{:cmf_get_image_preview_url($v.thumb)}" alt="{$v.title}">
|
|
|
<h3> {$v.title}</h3>
|
|
|
<p> {$v.description}</p>
|
|
|
@@ -207,7 +207,7 @@
|
|
|
<foreach name="brand_news" id="v">
|
|
|
<if condition="$key gt 0">
|
|
|
<li>
|
|
|
- <a href="/news{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
|
|
|
+ <a href="/news{$v.id}/" title="{$v.title}">{$v.title}</a>
|
|
|
<span>{:date('m-d',$v.create_time)}</span>
|
|
|
</li>
|
|
|
</if>
|
|
|
@@ -315,7 +315,7 @@
|
|
|
<foreach name="paihang" id="v">
|
|
|
<li>
|
|
|
<i></i>
|
|
|
- <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
|
|
|
+ <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
|
|
|
<span class="fr">{$v.hits}</span>
|
|
|
</li>
|
|
|
</foreach>
|
|
|
@@ -325,7 +325,7 @@
|
|
|
<h2>热门行业</h2>
|
|
|
<div class="hot-trade">
|
|
|
<foreach name="hot_cate" id="v">
|
|
|
- <a href="/xm{$v.enname}/" class="aside_a{$key+1%5}" target="_blank" title="{$v.catname}">{$v.catname}</a>
|
|
|
+ <a href="/xm{$v.enname}/" class="aside_a{$key+1%5}" title="{$v.catname}">{$v.catname}</a>
|
|
|
</foreach>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -333,7 +333,7 @@
|
|
|
<h2>相似品牌</h2>
|
|
|
<div class="new-brand">
|
|
|
<foreach name="jx_jm" id="v">
|
|
|
- <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
|
|
|
+ <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
|
|
|
</foreach>
|
|
|
</div>
|
|
|
</div>
|