Skip to content

Commit

Permalink
docs: 修改兼容性描述
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Nov 8, 2019
1 parent 49b79b2 commit 8937f61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/api/location/location.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ uni.getLocation({
**注意**
- 因平台差异,如果SDK配置百度地图,需要设置keyword,才能显示相关地点
- nvue下只支持高德地图,不支持百度地图
- 纯nvue项目(manifest中renderer为native),暂不支持此API。可自行基于map组件封装。


**success 返回参数说明**
Expand Down
1 change: 0 additions & 1 deletion docs/api/location/open-location.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ uni.getLocation({

- 本API是一个非原子的封装界面,开发者如有定制需求,可自己做页面实现类似功能。
- 若定位不准,参考[uni.getLocation文档的注意事项](https://uniapp.dcloud.io/api/location/location)
- 纯nvue项目(manifest中renderer为native),App端暂不支持此API。可自行基于map组件封装。
- ``<map>`` 组件默认为国测局坐标,调用 ``uni.getLocation`` 返回结果传递给 ``<map>`` 组件时,需指定 type 为 gcj02。
- App 端使用地图组件需要向高德或百度等三方服务商申请SDK资质,获取AppKey,打包时需要在manifest的SDK配置中填写Appkey。在manifest可视化界面有详细申请指南。
- iOS端 如需使用第三方地图进行导航,需要在 manifest.json 文件内增加 ``urlschemewhitelist`` 节点,在线打包即可
Expand Down
1 change: 0 additions & 1 deletion docs/api/system/barcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ uni.scanCode({
- App-vue如果想自定义扫码,可参考[uni-app中如何使用5+的原生界面控件](http://ask.dcloud.net.cn/article/35036)[plus.barcode API](https://www.html5plus.org/doc/zh_cn/barcode.html)
- App-nvue,支持barcode组件,可自定义扫码界面。[详见](https://uniapp.dcloud.io/component/barcode)
- 微信小程序自定义扫码界面,可使用camera组件。[详见](https://uniapp.dcloud.io/component/camera)
- App下纯nvue项目(manifest中renderer为native),不支持此API,请使用barcode组件来替代。
- 微信内嵌浏览器运行H5版时,可通过js sdk实现扫码,需要引入一个单独的js,[详见](https://ask.dcloud.net.cn/article/35380)
- 在扫码界面点击返回也会进入 `fail` 回调中
- 支付宝小程序不支持 `success` 回调中的 `scanType``charSet``path`

0 comments on commit 8937f61

Please sign in to comment.