Module: BlankPage

空白页面组件

Parameters:
Name Type Description
type TYPE

空白页面底部视图类型,是按钮还是下划线,默认是按钮

underline Underline

下划线相关数据,TYPE.UNDERLINE时有效

button Button

按钮相关数据,TYPE.BUTTON时有效

icon resource

图标资源

iconStyle ViewPropTypes.style

图标样式

message string

图标正下方的主要文案,必填

desc string

message下方的描述解释文案,选填

extraInfo string

底部按钮上方的描述解释文案,选填,TYPE.BUTTON时有效

Since:
  • 10024
Author:
  • Geeook

Members

TYPE :string

空白页面底部视图类型

Methods

renderBottom()

底部的按钮或者下划线

renderCenter()

中间的图标 + 文字