This commit is contained in:
RickCole21 2020-08-20 16:40:42 +08:00
parent ce9d8879f5
commit 5b8bc2d723
1 changed files with 36 additions and 43 deletions

View File

@ -252,16 +252,15 @@ Action 行为按钮,是触发页面行为的主要方法之一
### 单页跳转
```schema:height="100"
```schema:height="100" scope="body"
{
"body": {
"label": "进入介绍页",
"type": "button",
"level": "info",
"actionType": "link",
"link": "../index"
}
}
```
** 属性表 **
@ -273,16 +272,14 @@ Action 行为按钮,是触发页面行为的主要方法之一
### 直接跳转
```schema:height="100"
```schema:height="100" scope="body"
{
"body": {
"label": "打开 Baidu",
"type": "button",
"level": "success",
"actionType": "url",
"url": "http://www.baidu.com/"
}
}
```
** 属性表 **
@ -297,9 +294,8 @@ Action 行为按钮,是触发页面行为的主要方法之一
## 弹框
```schema:height="100"
```schema:height="100" scope="body"
{
"body": {
"label": "Dialog Form",
"type": "button",
"level": "primary",
@ -319,7 +315,6 @@ Action 行为按钮,是触发页面行为的主要方法之一
}
}
}
}
```
** 属性表 **
@ -332,9 +327,8 @@ Action 行为按钮,是触发页面行为的主要方法之一
## 抽屉
```schema:height="100"
```schema:height="100" scope="body"
{
"body": {
"label": "Drawer Form",
"type": "button",
"actionType": "drawer",
@ -353,7 +347,6 @@ Action 行为按钮,是触发页面行为的主要方法之一
}
}
}
}
```
** 属性表 **