未验证 提交 390470d4 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/windowmanager/system-window-stage.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 36f42353
...@@ -87,7 +87,7 @@ export default class ServiceExtensionAbility1 extends ExtensionContext { ...@@ -87,7 +87,7 @@ export default class ServiceExtensionAbility1 extends ExtensionContext {
} }
console.info('Succeeded in loading the content.'); console.info('Succeeded in loading the content.');
// 3.显示音量条窗口。 // 3.显示音量条窗口。
windowClass.show((err, data) => { windowClass.show((err) => {
if (err.code) { if (err.code) {
console.error('Failed to show the window. Cause:' + JSON.stringify(err)); console.error('Failed to show the window. Cause:' + JSON.stringify(err));
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册