...
|
...
|
@@ -11,6 +11,7 @@ var systemTemplates = |
|
|
templateName: '系统默认',
|
|
|
templateId: 1,
|
|
|
createTime: '2016-12-14 14:42:00'
|
|
|
|
|
|
};
|
|
|
|
|
|
var shopTemplates = [];
|
...
|
...
|
@@ -900,6 +901,13 @@ var Bll = { |
|
|
$('.editor-header').html(common.util.__template2($('#recommend-product-display-type').html(), {displayType: Bll.recommendProductDisplayType}));
|
|
|
Bll.initRecommendProduct(selector);
|
|
|
break;
|
|
|
case "AppRecommendProduct":
|
|
|
// 渲染 "展示类型" 选择组件
|
|
|
Bll.recommendProductDisplayType = Bll.getRecommendProductDisplayType(module);
|
|
|
Bll.recommendProductList = Bll.getModuleData(module); // 临时保存选中的SKN
|
|
|
$('.editor-header').html(common.util.__template2($('#recommend-product-display-type').html(), {displayType: Bll.recommendProductDisplayType}));
|
|
|
Bll.initRecommendProduct(selector);
|
|
|
break;
|
|
|
};
|
|
|
|
|
|
// editorTitle区域 input组件自动选中
|
...
|
...
|
|