Commit 57258593 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 48ed26ba
...@@ -185,6 +185,15 @@ vm.showSheet = function () { ...@@ -185,6 +185,15 @@ vm.showSheet = function () {
} }
``` ```
##### 13.相册 `takePicture`
- 参数1`(对象)`对象中包含4个字段 可为空
- `quality`: 质量 默认50
- `width`: 图片宽度 默认1024
- `height`: 图片高度 默认768,
- `maxCount`:选择图片的最大数量默认为10
- 参数2`(回调函数 function)` 回调函数返回图片的base64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment