feat: 完善联系我们
parent
1dfb0d300c
commit
0b6117f41c
|
@ -34,11 +34,11 @@
|
|||
<br>{$system['company_type_en'] ?? ''}
|
||||
</p>
|
||||
</div>
|
||||
{if isset($blocks['information']['wechat']) && !empty($blocks['information_en']['wechat'])}
|
||||
{if isset($blocks['information']['wechat_en']) && !empty($blocks['information']['wechat_en'])}
|
||||
<div class="column-between">
|
||||
<p> </p>
|
||||
<div class="ewm">
|
||||
<img src="{$blocks['information']['wechat']['value'] ?? ''}" >
|
||||
<img src="{$blocks['information']['wechat_en']['value'] ?? ''}" >
|
||||
<p>Wechat</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue