wpfw_ewei_shopv2/plugin/quick/template/web/index.html
2023-02-14 19:57:32 +08:00

29 lines
991 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{template '_header'}
<div class="page-heading">
<h2>{php echo m('plugin')->getName('quick')}</h2>
</div>
<div class="row" style="padding: 0;">
<div class="col-sm-12">
<div style="border: 1px solid #e7eaec;" class="ibox float-e-margins">
<div class="ibox-title">
<h5>{php echo m('plugin')->getName('quick')}介绍</h5>
</div>
<div class="ibox-content">
<p></p>
<p>功能:{php echo m('plugin')->getName('quick')}是实现商品快速浏览、快速加入购物车、快速购买的功能</p>
<p>适用适用于O2O、本地配送、点餐、生鲜、超市等行业</p>
<p></p>
<p></p>
</div>
</div>
</div>
</div>
{ifp 'quick.pages'}
<a href="{php echo webUrl('quick/pages')}" class="btn btn-default btn-default-o btn-block">查看{php echo m('plugin')->getName('quick')}页面</a>
{/if}
{template '_footer'}