Authored by zhaoqing

去除店铺应用功能

... ... @@ -43,7 +43,7 @@
<!-- 底部按钮组 -->
<div class="left-footer">
<div class="btn-group save-btn">
<div class="btn-group dropup">
<div class="btn-group dropup" style="margin-left:40px">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
存储 <span class="caret"></span>
</button>
... ... @@ -52,7 +52,7 @@
<li><a href="javascript:;" class="btn btn-info" id="saveBtn">另存为</a></li>
</ul>
</div>
<a href="javascript:;" class="btn btn-warning" id="applyBtn">应用</a>
<!--<a href="javascript:;" class="btn btn-warning" id="applyBtn">应用</a>-->
</div>
</div>
</div>
... ...
... ... @@ -1762,6 +1762,7 @@ $(document).on('click', '.decorator-template', function() {
// 重新加载 模板列表 模块,切换选中效果
Bll.renderTemplateList(index);
switchTemplate();
});
// 保存或者更新装修模板时,对模板数据做统一处理: 校验,数据组装
... ...