提交 3ad5e503 编写于 作者: U unknown

【内容管理】修复栏目列表界面左导航的问题

上级 cd915f62
......@@ -1172,6 +1172,7 @@ MWF.xApplication.cms.Module.NaviCategory = new Class({
}
},
getRevealData: function(){
debugger;
var j = this.data.extContent;
if( j ){
this.extContent = JSON.parse( j );
......@@ -1195,10 +1196,10 @@ MWF.xApplication.cms.Module.NaviCategory = new Class({
}.bind(this), null, false );
}
this.extContent.reveal.each( function( r ){
this.extContent.reveal.each( function( r, i ){
if(this.data.defaultViewName && r.id == this.data.defaultViewName ){
this.defaultRevealData = r;
}else{
}else if( i>0 ){
this.isExpended = true;
this.hasSub = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册