Authored by zhaoqing

去除店铺应用功能

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