Skip to content

🚀 基于wepy和momentjs的日历组件,可用于酒店预订,票务预订✨

Notifications You must be signed in to change notification settings

zhaobinglong/wepy-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wepy-canlendar

一款基于wepy和moment的微信小程序日历组件,可用于酒店订房选择入住退房时间,车票业务选择出发返程时间

Screenshots

Image text

本地开始

cnpm install
wepy build --watch

最后导出的数据格式:

[
{
    day:10,
    formatDay:'2018-05-10',
    month:5,
    weekCh:'周一',
    year: 2018

},
{
    day:27,
    formatDay:'2018-05-27',
    month:5,
    weekCh:'周日',
    year: 2018

}
]

感谢

https://github.com/kingbuwu/calendar

License

wepy-calendar is released under the MIT license.

About

🚀 基于wepy和momentjs的日历组件,可用于酒店预订,票务预订✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published