Authored by 陶雨

资源位内容修改添加楼层弹窗标题

... ... @@ -364,6 +364,7 @@ var Button = [
},
{
button_name: "添加楼层",
__title: "图标",
template_intro: "添加楼层",
template_name: "addfloor",
dialog:"icon-template",
... ...
... ... @@ -40,7 +40,7 @@ var Bll = {
});
//console.log("打开的数据module",module);
var d = new common.dialog({
title: (!!~index ? "修改" : "添加") + btn[0].button_name,
title: (!!~index ? "修改" : "添加") + (typeof btn[0].__title != "undefined" ? btn[0].__title : btn[0].button_name),
content: common.util.__template2($("#" + btn[0].dialog).html(), module),
width: '50%',
button: [{
... ...