Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Amyff opened this issue Sep 2, 2022 · 0 comments
Assignees
Labels

Comments

@Amyff
Copy link

Amyff commented Sep 2, 2022

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

期望结果

实际结果

截图
image

@Amyff Amyff added the bug label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants