From 14624920a1b417782f6d18e92696d16906b7c89a Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 29 Aug 2019 02:07:45 +0800 Subject: [PATCH] Update compass.md --- docs/api/system/compass.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/system/compass.md b/docs/api/system/compass.md index bfed1a68a..95c141520 100644 --- a/docs/api/system/compass.md +++ b/docs/api/system/compass.md @@ -23,9 +23,9 @@ uni.onCompassChange(function (res) { **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|x|√|√| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|x|√|√|√| **OBJECT 参数说明** @@ -56,4 +56,4 @@ uni.startCompass(); ```javascript uni.stopCompass(); -``` \ No newline at end of file +``` -- GitLab