外观
空页面
演示代码
html
<page-empty ></page-empty>
设置显示图及提示文字
提示
index 默认13
index包含的类名及其含义为:
0
- 购物车为空1
- 页面不存在2
- 没有搜索结果3
- 没有收货地址4
- 没有WiFi5
- 订单为空6
- 没有优惠券7
- 无收藏8
- 无权限9
- 无历史记录10
- 无新闻列表11
- 消息列表为空12
- 列表为空(通用)13
- 数据为空(默认,通用)
html
<page-empty top="10" index="9" tip="暂无介绍" iconSize="120"></page-empty>
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
custom | 自定义空图 | Boolean | — | false |
notImg | 不显示图 | Boolean | — | false |
tip | 提示文字 | string | — | 暂无数据 |
top | 距离上面的距离 | string | — | 192 |
index | 自定义类型 | string/number | — | 13 |
iconSize | 自定义类型图标大小 | string/number | — | 220 |
上次更新: