Commit 3b7f3c37 authored by JingChao's avatar JingChao

Updates angular/hlsPopup.md

Auto commit by GitBook Editor
parent e38c6d2f
...@@ -27,7 +27,11 @@ function showLongCenterToast(){ ...@@ -27,7 +27,11 @@ function showLongCenterToast(){
- 弹出框进行用户确认,代码实现如下 - 弹出框进行用户确认,代码实现如下
```javascript ```javascript
function open_new_win() {
hlsPopup.confirm('技术小哥经过不懈努力...', '版本更新', function (index) {
alert(index);
});
}
``` ```
......
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