未验证 提交 caa33e37 编写于 作者: 时睿 提交者: Gitee

!2 修改js-apis-system-notification.md示例代码规范问题

Merge pull request !2 from 时睿/N/A
...@@ -51,18 +51,17 @@ show(options?: ShowNotificationOptions): void ...@@ -51,18 +51,17 @@ show(options?: ShowNotificationOptions): void
**示例:** **示例:**
```javascript ```javascript
export default { export default {
show() { show() {
notification.show({ notification.show({
contentTitle: 'title info', contentTitle: 'title info',
contentText: 'text', contentText: 'text',
clickAction: { clickAction: {
bundleName: 'com.example.testapp', bundleName: 'com.example.testapp',
abilityName: 'notificationDemo', abilityName: 'notificationDemo',
uri: '/path/to/notification', uri: '/path/to/notification',
}, },
}); });
}, },
} }
;
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册