未验证 提交 0e833008 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-service-extension-ability.md.

Signed-off-by: NLiAn <lian15@huawei.com>
Signed-off-by: NLiAn <lian15@huawei.com>
上级 c72af87d
......@@ -193,7 +193,7 @@ onReconnect(want: Want): void;
```js
class ServiceExt extends ServiceExtension {
onReconnect(want) {
console.log('onDisconnect, want:' + want.abilityName);
console.log('onReconnect, want:' + want.abilityName);
}
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册