vr-shopxo-source/application/index/view/default/order/index.html

18 lines
606 B
HTML
Executable File

<!-- 继承公共的 form -->
{{extend name="public/module/user_form" /}}
<!-- 表单顶部操作栏 -->
{{block name="form_operate_top"}}
<!-- 是否开启批量支付 -->
{{if MyC('home_is_enable_order_bulk_pay') eq 1}}
<button type="button" class="am-btn am-btn-secondary am-radius am-btn-xs am-icon-paypal batch-pay-submit" data-url="{{:MyUrl('index/order/pay')}}"> 批量支付</button>
{{/if}}
<!-- 父级内容 -->
{__block__}
{{/block}}
<!-- 底部 -->
{{block name="form_page_bottom"}}
<!-- 支付弹窗 -->
{{include file="order/payment_popup" /}}
{{/block}}