2023-03-11 03:15:37 +00:00
|
|
|
<!-- 基础信息 -->
|
2020-06-16 15:27:12 +00:00
|
|
|
{{if !empty($module_data)}}
|
2023-03-11 03:15:37 +00:00
|
|
|
<div class="am-nbfc">
|
|
|
|
|
<a href="{{:MyUrl('index/customview/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
|
|
|
|
<img src="{{if empty($module_data['logo'])}}{{$attachment_host}}/static/common/images/default-images-mini.png{{else /}}{{$module_data.logo}}{{/if}}" class="am-img-thumbnail am-radius am-margin-right-xs am-fl" width="60" height="60" />
|
|
|
|
|
</a>
|
|
|
|
|
<a href="{{:MyUrl('index/customview/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
|
|
|
|
<span class="am-nowrap-initial">{{$module_data.name}}</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2020-06-16 15:27:12 +00:00
|
|
|
{{/if}}
|