mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
9 lines
270 B
HTML
9 lines
270 B
HTML
<!-- 基础信息 -->
|
|
{{if !empty($module_data)}}
|
|
<div title="{{$module_data.name}}">
|
|
<span>{{$module_data.name}}</span>
|
|
<a href="{{$module_data.url}}" target="_blank">
|
|
<i class="am-icon-external-link"></i>
|
|
</a>
|
|
</div>
|
|
{{/if}} |