新增-添加备案地址显示

main
milo 2022-09-17 12:34:22 +08:00
parent a9d31ed183
commit 338ef6d716
1 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,12 @@
{$system['company_name_en'] ?? ''}<br>
{$system['company_type_en'] ?? ''}
</p>
<p><i>{$system['company_copyright']|raw}{$system['company_copy']|raw}</i></p>
<p>
<i>
{$system['company_copyright']|raw}
<a href="https://beian.miit.gov.cn">{$system['company_copy']|raw}</a>
</i>
</p>
</div>
<div class="column-between">
<p><span>电话/Tel: {$system['company_tel'] ?? ''}</span></p>