Commit 5503ce60 authored by JingChao's avatar JingChao

Updates angular/hlsPopup.md

Auto commit by GitBook Editor
parent 6c629f26
...@@ -36,6 +36,8 @@ function showLongCenterToast(){ ...@@ -36,6 +36,8 @@ function showLongCenterToast(){
``` ```
- 此函数接受三个参数`content`提示内容,可以为空、`title`标题,不为空、`onConfirm`回调函数,函数返回`index` 0表示取消,1表示确定,可根据返回值执行其他逻辑。 - 此函数接受三个参数`content`提示内容,可以为空、`title`标题,不为空、`onConfirm`回调函数,函数返回`index` 0表示取消,1表示确定,可根据返回值执行其他逻辑。
- 效果如下 - 效果如下
![](/img/showConfirm.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