mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-29 18:42:04 +08:00
11 lines
317 B
HTML
11 lines
317 B
HTML
<!-- 支付方式 -->
|
|
{{if !empty($module_data)}}
|
|
{{if isset($module_data['payment_name'])}}
|
|
<p>{{$module_data.payment_name}}</p>
|
|
{{/if}}
|
|
{{if isset($module_data['payment'])}}
|
|
<p>
|
|
<span class="am-badge am-radius">{{$module_data.payment}}</span>
|
|
</p>
|
|
{{/if}}
|
|
{{/if}} |