提交 ca00e7f4 编写于 作者: S swx1239486

一多akrts预警整改

Signed-off-by: Nswx1239486 <songqinqin4@huawei.com>
上级 2a678e58
...@@ -230,13 +230,13 @@ export class BreakpointSystem { ...@@ -230,13 +230,13 @@ export class BreakpointSystem {
} }
public unregister() :void{ public unregister() :void{
if(smListener){ if(this.smListener){
this.smListener.off("change", this.isBreakpointSM) this.smListener.off("change", this.isBreakpointSM)
} }
if(mdListener){ if(this.mdListener){
this.mdListener.off("change", this.isBreakpointMD) this.mdListener.off("change", this.isBreakpointMD)
} }
if(lgListener){ if(this.lgListener){
this.lgListener.off("change", this.isBreakpointLG) this.lgListener.off("change", this.isBreakpointLG)
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册