wx_calendar icon indicating copy to clipboard operation
wx_calendar copied to clipboard

chooseAreaMode: true下面获取this.calendar.getSelectedDay(),获取值会重复

Open Amyff opened this issue 2 years ago • 0 comments

BUG描述 afterTapDay(e) { console.log('afterTapDay', e); // => { currentSelect: {}, allSelectedDays: [] } const dates = this.calendar.getSelectedDay(); console.log(dates) }, inverse: true, 打印出的结果 有重复 复现步骤

期望结果

实际结果

截图 image

Amyff avatar Sep 02 '22 07:09 Amyff