Commit 4a1135c9 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 20766595
......@@ -225,6 +225,12 @@ vm.showSheet = function () {
- 参数 `(对象)`
- 参数 `file_path`目标文件地址
- 参数 `file_type`文件类型 需带上`.`如`.docx`
- 调用实例如下
```javascript
function openFile () {
hlsUtil.file_view({'file_path': "/u01/web/guohuan_dev/web/attment/20160221", "file_type": ".docx"});
}
```
......
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