多商户应用二开
0.添加应用
ewei_shopv2/plugin/merch/template/web_v3/manage/plugins/index.html
<a class="feed-element" href="./merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=groups">
<span class="pull-left">
<img src="../addons/ewei_shopv2/static/images/groups.jpg" class="img-circle" alt="image" onerror="this.src='../addons/ewei_shopv2/static/images/yingyong.png'">
</span>
<div class="media-body ">
<span class="title">拼团</span>
<br>
<small class="text-muted"></small>
</div>
</a>
1.对应的php全部移过来。然后修改里面的查询和插入
require EWEI_SHOPV2_PLUGIN . 'merch/core/inc/page_merch.php';
MerchWebPage
2,只移动对应
category
html即可3.是否显示导航栏
4.如果点击进入应用直接跳转到首页需要这样改