You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
<div class="uitfexi">
|
|
<ul>
|
|
{hcTaglib:category id="216" item="vo" field="*"}
|
|
{php}
|
|
$description = $vo['description'] ?? '';
|
|
$descriptionArr = explode('##', $description);
|
|
$wx_connect = $vo['banner']['url'] ?? ''; // 微信
|
|
$public_pic = $vo['thumbnail']['url'] ?? ''; // 公众号
|
|
{/php}
|
|
{/hcTaglib:category}
|
|
|
|
<li class="phones">
|
|
<a href="javascript:;">
|
|
<img src="/themes/static_new/images/qms38.png" alt="">
|
|
</a>
|
|
<div class="phone hover">{$descriptionArr[0]|default='4008877650'}</div>
|
|
</li>
|
|
<li class="phones">
|
|
<a href="javascript:;">
|
|
<img src="/themes/static_new/images/qms39.png" alt="">
|
|
</a>
|
|
<div class="weixs hover">
|
|
<img src="{$wx_connect}" alt="">
|
|
</div>
|
|
</li>
|
|
<li class="weix">
|
|
<a href="javascript:;">
|
|
<img src="/themes/static_new/images/qms40.png" alt="">
|
|
</a>
|
|
<div class="weixs hover">
|
|
<img src="{$public_pic}" alt="">
|
|
</div>
|
|
</li>
|
|
<li class="tps">
|
|
<a href="javascript:;">
|
|
<img src="/themes/static_new/images/qms41.png" alt="">
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|