Commit 89f2bb88 authored by 11277's avatar 11277

Update common-window-javascript.md

parent 34be06a9
###窗口级通用方法
####打开功能窗口
### 窗口级通用方法
#### 打开功能窗口
>Hel.openMenuWindow(opts);
其中参数为:
......@@ -26,7 +26,7 @@ Hel.openMenuWindow({
});
```
####关闭功能窗口
#### 关闭功能窗口
>Hel.closeMenuWindow(opts);
其中参数为:
......@@ -39,7 +39,7 @@ Hel.closeMenuWindow({
});
```
####打开右弹窗口
#### 打开右弹窗口
>Hel.openBarWindow(opts);
其中参数为:
......@@ -63,7 +63,7 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
### 打开右弹抽屉通用方法
#### 1.打开抽屉
#### 打开抽屉
> Hel.openBox()函数接收一个对象,对象属性含义如下:
......
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