From 99c6de8c88e6e938bb1434f424aa70416c84fefe Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 29 Aug 2019 02:12:05 +0800 Subject: [PATCH] Update capture-screen.md --- docs/api/system/capture-screen.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/system/capture-screen.md b/docs/api/system/capture-screen.md index 90d58b145..99acedbfe 100644 --- a/docs/api/system/capture-screen.md +++ b/docs/api/system/capture-screen.md @@ -4,9 +4,9 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|√|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|√|√|x|√| **CALLBACK返回参数:** @@ -18,4 +18,4 @@ uni.onUserCaptureScreen(function() { console.log('用户截屏了') }); -``` \ No newline at end of file +``` -- GitLab