From 5a1bf93060b1dc862f0d57222cbb2d789e352356 Mon Sep 17 00:00:00 2001 From: luanfujian <215221938@qq.com> Date: Fri, 11 Mar 2022 07:53:42 +0000 Subject: [PATCH] update docs/component/web-view.md. --- docs/component/web-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index b0c9be652..822309760 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) -- Gitee