vr-shopxo-source/app/admin/view/default/customview/module/info.html

13 lines
596 B
HTML
Raw Normal View History

<!-- 基础信息 -->
2020-06-16 15:27:12 +00:00
{{if !empty($module_data)}}
<div class="am-nbfc">
2024-01-19 06:49:32 +00:00
{{if !empty($module_data['logo'])}}
<a href="{{:MyUrl('index/customview/index', ['id'=>$module_data['id']])}}" target="_blank">
<img src="{{$module_data.logo}}" class="am-img-thumbnail am-radius am-margin-right-sm am-fl" width="25" height="25" />
</a>
{{/if}}
<a href="{{:MyUrl('index/customview/index', ['id'=>$module_data['id']])}}" target="_blank">
<span class="am-nowrap-initial">{{$module_data.name}}</span>
</a>
</div>
2020-06-16 15:27:12 +00:00
{{/if}}