提交 c0bd7c79 编写于 作者: L liangZ15

Signed-off-by: liangZ15 <lihongliang20@huawei.com>

上级 3c307f7e
......@@ -852,7 +852,7 @@ function onTaskUpdate(eventInfo): void {
console.log("on eventInfo id ", eventInfo.eventId);
}
localUpdater.on(eventClassifyInfo, onTaskUpdate);
updater.on(eventClassifyInfo, onTaskUpdate);
```
### off
......@@ -881,7 +881,7 @@ function onTaskUpdate(eventInfo): void {
console.log("on eventInfo id ", eventInfo.eventId);
}
localUpdater.off(eventClassifyInfo, onTaskUpdate);
updater.off(eventClassifyInfo, onTaskUpdate);
```
## Restorer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册