Commit 34be06a9 authored by 11277's avatar 11277

Update common-window-javascript.md

parent 6efa46d7
...@@ -62,9 +62,8 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素) ...@@ -62,9 +62,8 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
### 打开右弹抽屉通用方法
#### 1.打开抽屉
### 1.打开抽屉
> Hel.openBox()函数接收一个对象,对象属性含义如下: > Hel.openBox()函数接收一个对象,对象属性含义如下:
...@@ -94,7 +93,7 @@ Hel.openBox({ ...@@ -94,7 +93,7 @@ Hel.openBox({
}); });
``` ```
#### 注意: ##### 注意:
> - winId和functionCode必须有字符串类型的值 > - winId和functionCode必须有字符串类型的值
> - params可以没有,表示不拼接条件; > - params可以没有,表示不拼接条件;
> - closeFunction可以没有,表示关闭抽屉不进行操作 > - closeFunction可以没有,表示关闭抽屉不进行操作
......
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