From 80f1c9214ae58838f782035256469e424ad3fa71 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 4 Nov 2022 18:29:44 +0800 Subject: [PATCH] =?UTF-8?q?update(api=20location):=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?off=20api=20=E5=85=BC=E5=AE=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/location/location-change.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/location/location-change.md b/docs/api/location/location-change.md index e7fe052cc..01d371bd2 100644 --- a/docs/api/location/location-change.md +++ b/docs/api/location/location-change.md @@ -53,6 +53,8 @@ uni.onLocationChange(function (res) { |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |√(3.6.8+)|√(3.6.8+)|√|x|√|√|x|√|x| +**注意:App端及H5端callback参数为必填。** + **FUNCTION CALLBACK 参数** |参数名|类型|说明|平台差异说明| @@ -92,6 +94,8 @@ uni.onLocationChange(function (res) { |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |√(3.6.8+)|√(3.6.8+)|√|x|x|√|x|x|x| +**注意:App端及H5端callback参数为必填。** + **FUNCTION CALLBACK 参数** 无返回值。 -- GitLab