Merge pull request #5275 from landluck/hotfix/fix_issue_5262

fix(calendar): fixed no confirm event in allow-same-day & no confirm button
This commit is contained in:
landluck 2023-04-03 09:59:37 +08:00 committed by GitHub
commit 2f03defe1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ VantComponent({
} else if (compareToStart === -1) {
this.select([date, null]);
} else if (allowSameDay) {
this.select([date, date]);
this.select([date, date], true);
}
} else {
this.select([date, null]);