ShoLi - a simple short lists handler ShoLi aims at being a very simple tool to edit short lists, and then to be a support for checking on those very lists. Its clean and efficient interface was heavily inspired by the one Trolly once had. Features T
微信小程序的日历选择,主要针对酒店选择时间段的日历,带有公历的节日。
主要函数:
通过选择入住与离店时间,记录对应的时间段,判断选择的开始时间和结束时间,通过改变背影颜色连成对应时间段。
selectDataMarkLine: function () {
let dateList = this.data.dateList;
let { checkInDate, checkOutDate } = wx.getStorageSync("ROOM_SOURCE_DATE");
let cu