Commit af9a2bc7 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 4a1135c9
......@@ -232,6 +232,18 @@ vm.showSheet = function () {
}
```
##### 15.查看大图 `showBigPicture`
- 图片展示放大查看,支持双指缩放
- 参数1 `图片路径或base64`
- 调用方法如下
```javascript
vm.pic = 'build/img/login/icon.png';
vm.showPicture = function (pic) {
hlsUtil.showBigPicture(pic);
};
```
![](/img/bigPicture.png)
......
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