Commit 70fff34b by sunchao

银盾学院空白部分还能点击的bug修复

parent 8fec8ce2
...@@ -21,6 +21,7 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy { ...@@ -21,6 +21,7 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
this.state[key] = false; this.state[key] = false;
} }
featureSelect(item){ featureSelect(item){
if(item.isShow){
if(!item.isOpen){ if(!item.isOpen){
this.state['modal1'] = true; this.state['modal1'] = true;
} }
...@@ -30,6 +31,7 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy { ...@@ -30,6 +31,7 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
this.router.navigate([`./${item.link}`]); this.router.navigate([`./${item.link}`]);
} }
} }
}
// 返回上一页 // 返回上一页
goBack(){ goBack(){
this.location.back() this.location.back()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment