mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】前端【分类】模块集成仿点餐模式,并添加了可后台选择。
This commit is contained in:
BIN
CoreCms.Net.Web.Admin/wwwroot/static/images/common/diancan.png
Normal file
BIN
CoreCms.Net.Web.Admin/wwwroot/static/images/common/diancan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
@@ -253,6 +253,10 @@
|
||||
<input type="radio" lay-filter="cateStyle" name="cateStyle" value="3" title="二级小图" {{d.data.configs['cateStyle']['sValue']==="3" ? 'checked':''}}>
|
||||
<img src="/static/images/common/two-small.png" onclick="layui.coreHelper.viewImage('/static/images/common/two-small.png')">
|
||||
</div>
|
||||
<div class="classifyimg-item">
|
||||
<input type="radio" lay-filter="cateStyle" name="cateStyle" value="4" title="仿点餐模式" {{d.data.configs['cateStyle']['sValue']==="4" ? 'checked':''}}>
|
||||
<img src="/static/images/common/diancan.png" onclick="layui.coreHelper.viewImage('/static/images/common/diancan.png')">
|
||||
</div>
|
||||
<div class="layui-form-mid layui-word-aux list-tag">
|
||||
1、一级大图分类图标尺寸建议:350px*150px<br />
|
||||
2、一级小图分类图标尺寸建议:105px*105px<br />
|
||||
|
||||
Reference in New Issue
Block a user