提交 d32912dd 编写于 作者: 雪洛's avatar 雪洛

Update subNVues.md

上级 7aaf866d
......@@ -116,8 +116,9 @@ subNVue.setStyle({
```
### subNVue.postMessage(OBJECT)
发送消息
### subNVue.postMessage(OBJECT)
发送消息,此通讯方式已过时,请使用`uni.$emit`进行通讯,[参考](/collocation/frame/communication?id=emit)
**代码示例**
......@@ -130,8 +131,9 @@ subNvue.postMessage({
})
```
### subNVue.onMessage(CallBack)
监听消息
### subNVue.onMessage(CallBack)
监听消息,此通讯方式已过时,请使用`uni.$on`进行通讯,[参考](/collocation/frame/communication?id=on)
**代码示例**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册