Commit 722f8bf1 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent a7019bb5
...@@ -112,6 +112,21 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公 ...@@ -112,6 +112,21 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
- 实现效果如下 - 实现效果如下
![](/img/callPhone.PNG) ![](/img/callPhone.PNG)
##### 8.拨打电话 `callPhone`
- 参数为`( 电话号码 )`
- 调用实例如下
```javascript
//打电话
function callPhone() {
hlsUtil.callPhone('18325379820');
}
```
- 实现效果如下
![](/img/callPhone.PNG)
##### 9.操作表 `showSheet` ##### 9.操作表 `showSheet`
- 参数1`(sheet标题)` - 参数1`(sheet标题)`
...@@ -144,6 +159,7 @@ vm.showSheet = function () { ...@@ -144,6 +159,7 @@ vm.showSheet = function () {
}); });
} }
```` ````
......
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