未验证 提交 6b6d9a98 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-commonEvent.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 a4d64cfc
...@@ -169,9 +169,9 @@ publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\ ...@@ -169,9 +169,9 @@ publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\
```js ```js
//公共事件相关信息 //公共事件相关信息
var options = { var options = {
code: 0; //公共事件的初始代码 code: 0, //公共事件的初始代码
data: "initial data";//公共事件的初始数据 data: "initial data",//公共事件的初始数据
isOrdered: true; //有序公共事件 isOrdered: true //有序公共事件
} }
//发布公共事件回调 //发布公共事件回调
function PublishCallBack(err) { function PublishCallBack(err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册