【新增】前端【分类】模块集成仿点餐模式,并添加了可后台选择。

This commit is contained in:
大灰灰
2022-09-27 00:08:31 +08:00
parent 2d7001c58c
commit a5688502bf
4 changed files with 434 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

View File

@@ -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 />