$(function() { var flag=true; var e = [{ text: "服务亲和力", href: "#parent1", tags: [25], nodes: [{ text: "语音语调", href: "#child1", tags: ["9"], nodes:[{ text: "语音语调", href: "#child1", tags: ["9"], }, { text: "服务态度", href: "#child2", tags: ["7"] },{ text: "规范用语", href: "#child3", tags: ["9"] } ] }, { text: "服务态度", href: "#child2", tags: ["7"] },{ text: "规范用语", href: "#child3", tags: ["9"] } ] }, { text: "沟通技巧", href: "#parent2", tags: ["0"], nodes: [{ text: "倾听技巧", href: "#child1", tags: ["2"], }, { text: "确认信息", href: "#child2", tags: ["0"] },{ text: "规语言技巧", href: "#child3", tags: ["0"] } ] }, { text: "在线处理", href: "#parent3", tags: ["0"], nodes: [{ text: "业务知识", href: "#child1", tags: ["2"], }, { text: "业务流程", href: "#child2", tags: ["0"] }, ] }, ] $("#treeview1").treeview({ showTags: !0, data: e, onNodeSelected:function(e, o){ var _this=o.text; console.log( _this); if (!flag) { return false; console.log(flag); } $(".ibox-titles").show(); $(".ibox-titles").animate({width:"100%"}); } }) //增加 $(".amend").on("click",function(){ layer.open({ title:'修改分类', type: 2, area: ['400px', '260px'], fixed: true, //不固定 maxmin: true, shadeClose: true, //点击遮罩关闭 content:'add.html' }); //点击修改 }) //删除 $(".move").on("click",function(){ layer.open({ title:'删除分类', type: 2, area: ['400px', '260px'], fixed: true, //不固定 maxmin: true, shadeClose: true, //点击遮罩关闭 content:'move.html' }); }) });