未验证 提交 0916ccd6 编写于 作者: O openharmony_ci 提交者: Gitee

!8171 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-service-extension-ability.md.

Merge pull request !8171 from LiAn/N/A
......@@ -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.
先完成此消息的编辑!
想要评论请 注册