From cf537dda9b849c7ecbfcee82e4c40b6b962afb63 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 18 Dec 2019 12:24:42 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0API=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/media/image.md | 2 +- docs/api/media/live-player-context.md | 2 +- docs/api/media/video.md | 2 +- docs/api/other/choose-address.md | 2 +- docs/api/other/reportAnalytics.md | 5 +++-- docs/api/other/reportMonitor.md | 5 +++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/api/media/image.md b/docs/api/media/image.md index 0dcba2813..4f1b476e8 100644 --- a/docs/api/media/image.md +++ b/docs/api/media/image.md @@ -195,7 +195,7 @@ uni.chooseImage({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序 |:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|x|√|√| +|√|x|√|√|√|√| **OBJECT 参数说明** diff --git a/docs/api/media/live-player-context.md b/docs/api/media/live-player-context.md index 4f54615e7..ec1d3ec43 100644 --- a/docs/api/media/live-player-context.md +++ b/docs/api/media/live-player-context.md @@ -54,7 +54,7 @@ App平台的直播播放,不使用此API,而直接使用video的API。 |App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|见下|x|√|x|x|x|x| +|见下|x|√|x|x|x|√| - app-nvue 平台 2.2.5+ 支持 uni.createLivePusherContext(livePusherId, this) - app-nvue 平台 2.2.5以下,需要同时设置组件属性id和ref ````,或者直接使用 ref,例如 ``this.$refs.livepusher1`` diff --git a/docs/api/media/video.md b/docs/api/media/video.md index 45606d5c6..959546c78 100644 --- a/docs/api/media/video.md +++ b/docs/api/media/video.md @@ -73,7 +73,7 @@ export default { |App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|x|√|√|√| +|√|x|√|√|√|√|√| **OBJECT 参数说明** diff --git a/docs/api/other/choose-address.md b/docs/api/other/choose-address.md index c554d0538..5e121377b 100644 --- a/docs/api/other/choose-address.md +++ b/docs/api/other/choose-address.md @@ -6,7 +6,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|√|x| +|x|x|√|√|√|√|x| **OBJECT参数说明** diff --git a/docs/api/other/reportAnalytics.md b/docs/api/other/reportAnalytics.md index f217704a1..1151feb39 100644 --- a/docs/api/other/reportAnalytics.md +++ b/docs/api/other/reportAnalytics.md @@ -1,6 +1,7 @@ -#### wx.reportAnalytics(string eventName, Object data) +#### uni.reportAnalytics(string eventName, Object data) 自定义分析数据上报接口。使用前,需要在小程序管理后台自定义分析中新建事件,配置好事件名与字段。。 -仅微信小程序平台支持,[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.reportAnalytics.html) \ No newline at end of file +微信小程序平台[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.reportAnalytics.html) +QQ小程序平台[规范详情](https://q.qq.com/wiki/develop/game/API/open-port/port_dataanalysis.html#qq-reportanalytics) \ No newline at end of file diff --git a/docs/api/other/reportMonitor.md b/docs/api/other/reportMonitor.md index b6cdf8602..9eda4151c 100644 --- a/docs/api/other/reportMonitor.md +++ b/docs/api/other/reportMonitor.md @@ -1,6 +1,7 @@ -#### wx.reportMonitor() +#### uni.reportMonitor() 自定义业务数据监控上报接口。 -仅微信小程序平台支持,[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.reportMonitor.html) \ No newline at end of file +微信小程序平台[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.reportMonitor.html) +QQ小程序平台[规范详情](https://q.qq.com/wiki/develop/miniprogram/API/open_port/port_dataup.html#qq-reportmonitor) -- GitLab