BUG:今天 2021-03-31 号 点击上一月 无法跳转到 2月。
跑的是util.js 中 getDate() 函数里面
case 'month':
if (dd.getDate() === 31) {
dd.setDate(dd.getDate() + AddDayCount)
uni-calendar.vue 中 pre()函数 打印出 preDate 的结果是 2021-03-30
问下 这个BUG 是否存在?
BUG:今天 2021-03-31 号 点击上一月 无法跳转到 2月。
跑的是util.js 中 getDate() 函数里面
case 'month':
if (dd.getDate() === 31) {
dd.setDate(dd.getDate() + AddDayCount)
uni-calendar.vue 中 pre()函数 打印出 preDate 的结果是 2021-03-30
问下 这个BUG 是否存在?