diff --git a/docs/component/web-view.md b/docs/component/web-view.md index b0c9be6526c15905aa7f82854ebadf8eb7f18bc6..5363436bcb0b5a917340d3d6aefa603bd3b9bc31 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -124,7 +124,7 @@ **Tips** - 传递的消息信息,必须写在 data 对象中。 -- `event.detail.data` 中的数据,以数组的形式接收每次 post 的消息。 +- `event.detail.data` 中的数据,以数组的形式接收每次 post 的消息。(注:支付宝除外,支付宝中以对象形式接受) ##### uni.getEnv(CALLBACK)