使用范围:WX
Contents
component Calendar ($UI/comp/calendar/components/calendar/calendar) extends Wrapper
Constructor Top
Calendar () | |||
Calendar ( config) |
Operations Top
void | item () | |
void | list () |
Events Top
void | success (Res event) |
Constructor details
Top
public
Calendar
()
日历组件
public
Calendar
( config)
构造函数
Inherited from Operational
public
Calendar
()
public
Calendar
( config)
构造函数
Inherited from Operational
Operations Detail Top
public
void
item
()
跳转到时间段日历页面
public
void
list
()
跳转到单选日历页面
Events Detail Top
用户选择日期成功后触发
See Success