Skip to content

Commit

Permalink
新增 layer.photos 的 toolbar 属性说明
Browse files Browse the repository at this point in the history
增加了顶部工具栏说明
  • Loading branch information
sentsim authored Aug 23, 2023
2 parents 993c0d7 + 3a3b47b commit 44cf73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/layer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ layer.prompt({
| photos | 图片层的数据源,格式详见下述示例。 | object | - |
| hideFooter <sup>2.8+</sup> | 是否隐藏底部栏 | boolean | `false` |
| tab | 图片层切换后的回调函数,返回的参数见下述示例 | function | - |
| toolbar <sup>2.8.16+</sup> | 是否显示顶部工具栏 | boolean | `false` |

该方法用于弹出图片层,基于 `type: 1`(即 `page` 层)的自定义内容。

Expand Down Expand Up @@ -606,4 +607,4 @@ layer.min(index);

## 贴士

> layer 曾经可作为单独组件使用,鉴于维护成本的考量,目前 layer 组件已完全集成到 Layui 中,而单独版本已不做同步维护。 因此,建议直接使用 layui 中 layer 即可。
> layer 曾经可作为单独组件使用,鉴于维护成本的考量,目前 layer 组件已完全集成到 Layui 中,而单独版本已不做同步维护。 因此,建议直接使用 layui 中 layer 即可。

0 comments on commit 44cf73a

Please sign in to comment.