(链接:"https://download.csdn.net/download/qq_40591925/11489494" ——同样的,便宜些。)微信小程序酒店选择区间日历组件版,可通过参数实现是否显示农历日期。
博客:https://blog.csdn.net/qq_40591925/article/details/84834692
(
ios显示问题解决:
将:var startWeek = new Date('' + year + ',' + month + ',1').getDay();
该:var startWeek = new Date('' + year + '/' + month + '/1').getDay();
)
1