mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 11:51:18 +08:00
10 lines
432 B
HTML
10 lines
432 B
HTML
<!-- 图片信息 -->
|
|
{{if !empty($module_data)}}
|
|
<div {{if !empty($module_data['bg_color'])}}style="background-color:{{$module_data.bg_color}};"{{/if}}>
|
|
{{if !empty($module_data['images_url'])}}
|
|
<a href="{{$module_data['images_url']}}" target="_blank">
|
|
<img src="{{$module_data['images_url']}}" class="am-radius" width="100" height="60" />
|
|
</a>
|
|
{{/if}}
|
|
</div>
|
|
{{/if}} |