Authored by wangwei

blk分类

... ... @@ -2007,6 +2007,9 @@
<script type="text/template" id="noEdit-template">
<div>固定内容,暂时无法编辑!</div>
</script>
<script type="text/template" id="blkCategory-template">
<div>固定内容,暂时无法编辑!</div>
</script>
<script type="text/template" id="template-batchAddImage">
<div class="rows" id="moduleimgs">
... ...
... ... @@ -103,6 +103,12 @@
<span>潮人搭配</span>
</div>
</div>
[[else if module.contentData.template_name=='blkCategory']]
<div class="big-pic">
<div class="wordText">
<span>blk分类</span>
</div>
</div>
[[else if module.contentData.template_name=='trendgoodsTopic']]
<div class="big-pic">
<div class="wordText">
... ...
... ... @@ -49,7 +49,7 @@ var Iaccount = {
var apiCofig = {
//root:__dirname,
EnvConst:{
domain:"http://192.168.102.202:8088/platform",
domain:"http://192.168.102.48:8088/platform",
//domain:"http://127.0.0.1:8088/platform",
// domain:"http://172.16.6.200:8088/platform",
//domain:"http://192.168.102.202:8088/platform",
... ...
... ... @@ -1838,7 +1838,15 @@ var Button = [
"guangShowType":"1"
},
"isNewFloor":"1"
}
},
{
button_name: "blk分类",
template_intro: "blk分类",
template_name: "blkCategory",
dialog: "blkCategory-template",
data: {},
"isNewFloor":"1"
},
];
module.exports = Button;
... ...