Commit 59b96f9b authored by 刘鹏程's avatar 刘鹏程

Update common-mask-javascript.md

parent bc9a0a2f
### 锁屏和解屏 ### 锁屏和解屏
#### 锁屏 #### 锁屏
>Hel.mask(opts); >Hls.mask(opts);
其中参数为: 其中参数为:
属性名 | 类型 | 含义 属性名 | 类型 | 含义
-------- | ----- | ----- -------- | ----- | -----
id| String(选填) | 当前窗口的id,缺省值为body id| String(选填) | 当前窗口的id,缺省值为body
``` ```
Hel.mask(); //缺省值为body Hls.mask(); //缺省值为body
Hel.mask({ Hls.mask({
id:'',//传入相应的参数 id:'',//传入相应的参数
}); });
``` ```
...@@ -17,6 +17,6 @@ Hel.mask({ ...@@ -17,6 +17,6 @@ Hel.mask({
``` ```
Hel.unmask(); Hls.unmask();
``` ```
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