Commit a29f9c06 authored by 高洋's avatar 高洋

Updates common-mask-javascript.md

Auto commit by GitBook Editor
parent fadd8f1a
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
-------- | ----- | ----- -------- | ----- | -----
id| String(选填) | 当前窗口的id,缺省值为body id| String(选填) | 当前窗口的id,缺省值为body
``` ```
Hel.openMenuWindow(); //缺省值为body Hel.mask(); //缺省值为body
Hel.openMenuWindow({ Hel.mask({
id:'',//传入相应的参数 id:'',//传入相应的参数
}); });
``` ```
......
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