Commit 6a681cc7 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 8efcdcae
...@@ -132,7 +132,9 @@ vm.showSheet = function () { ...@@ -132,7 +132,9 @@ vm.showSheet = function () {
##### 10.图片转成base64 `getImageToBase64` ##### 10.图片转成base64 `getImageToBase64`
- 参数为`( 图片地址,回调函数 )` ** 第二个参数为回调函数 ** - 参数1`( 图片地址)`
- 参数2`(回调函数 function)`回调函数返回图片的Base64位
** 第二个参数为回调函数 **
- 在回调函数中`( 返回图片的base64 )` - 在回调函数中`( 返回图片的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