diff --git a/docs/api/report.md b/docs/api/report.md index 34d566c2b1e61e5075e902c44b84c679a930c472..572d4a1b4be1d9f197beadef913e3175c8df0cc6 100644 --- a/docs/api/report.md +++ b/docs/api/report.md @@ -1,24 +1,17 @@ ## uni.report(options) @report + ### 注意事项 `uni.report` 需要依赖 [`uni统计`](https://ext.dcloud.net.cn?name=uni-stat),集成方式请查看[文档](https://uniapp.dcloud.net.cn/uni-stat-uniappx)。 + - - - - - - - - - -### 如何使用自定义上报 +### 如何使用自定义上报@custom-report ```js // 参数支持字符串 @@ -38,5 +31,12 @@ uni.report({ // ... } }) +``` -``` \ No newline at end of file + + + + + + +