mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】增加微信小程序私域直播功能。增加后台开关
This commit is contained in:
@@ -175,6 +175,13 @@
|
||||
<input type="radio" lay-filter="showCustomForm" name="showCustomForm" value="2" title="不开启" {{d.data.configs['showCustomForm']['sValue']==="2" ? 'checked':''}}>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">{{d.data.configs['showLiveBroadCast']['sKey']}}:</label>
|
||||
<div class="layui-input-inline layui-inline-7">
|
||||
<input type="radio" lay-filter="showLiveBroadCast" name="showLiveBroadCast" value="1" title="开启" {{d.data.configs['showLiveBroadCast']['sValue']==="1" ? 'checked':''}}>
|
||||
<input type="radio" lay-filter="showLiveBroadCast" name="showLiveBroadCast" value="2" title="不开启" {{d.data.configs['showLiveBroadCast']['sValue']==="2" ? 'checked':''}}>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"> </label>
|
||||
<div class="layui-input-block">
|
||||
|
||||
Reference in New Issue
Block a user