mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-01 11:30:03 +08:00
4 lines
210 B
HTML
4 lines
210 B
HTML
<!-- 标题信息 -->
|
|
{{if !empty($module_data)}}
|
|
<a href="{{:MyUrl('index/customview/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.title}}">{{$module_data.title}}</a>
|
|
{{/if}} |