# <bst-page/> 组件
# Props
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| padding | 是否增加内边距 | Boolean | false |
| backgroundColor | 背景色 | String | null |
| showReturnButton | 显示返回按钮 | Boolean | false |
| returnButtonText | 返回按钮文本 | String | 返回 |
| showCancelButton | 显示返回按钮 | Boolean | false |
| cancelButtonText | 取消按钮文本 | String | 取消 |
| showSubmitButton | 显示返回按钮 | Boolean | false |
| submitButtonText | 提交按钮文本 | String | 提交 |
# Methods
| 方法名 | 说明 | 参数 | 返回值 |
|---|---|---|---|
| - | - | - | - |
# Events
| 事件名称 | 说明 |
|---|---|
| - | - |
# Slots
| name | 说明 |
|---|---|
| - | - |
← 按钮异步操作 <module/> 模块 →