Commit e524511a authored by 宋帮潮's avatar 宋帮潮

Merge branch master into origin/master

parents 1a4476e9 55daaf9e
......@@ -98,6 +98,25 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
alert(hlsUtil.isEmailAddress('jingchao.wu@hand-china.com'));
}
```
##### 8.拨打电话 `callPhone`
- 参数为`( 电话号码 )`
- 调用实例如下
```javascript
//打电话
function callPhone() {
hlsUtil.callPhone('18325379820');
}
```
- 实现效果如下
![](/img/callPhone.PNG)
##### 8.操作表 `showSheet`
- 参数1`(sheet标题)`
- 参数2 `(操作列表)数组形式``['拍照', '从相册选择']`
- 参数3 回调函数 function
##### 8.图片转成base64 `getImageToBase64`
- 参数为`( 图片地址,回调函数 )` ** 第二个参数为回调函数 **
......
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