mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 20:01:26 +08:00
4 lines
247 B
HTML
4 lines
247 B
HTML
<!-- 评分 -->
|
|
{{if !empty($module_data) and isset($module_data['rating'])}}
|
|
<span class="am-badge am-radius {{if !empty($module_data['rating_badge'])}}am-badge-{{$module_data.rating_badge}}{{/if}}">{{$module_data.rating_text}}</span>
|
|
{{/if}} |