mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(calendar): fixed no confirm event in allow-same-day & no confirm button
This commit is contained in:
parent
0e425098af
commit
db89819f9e
@ -312,7 +312,7 @@ VantComponent({
|
|||||||
} else if (compareToStart === -1) {
|
} else if (compareToStart === -1) {
|
||||||
this.select([date, null]);
|
this.select([date, null]);
|
||||||
} else if (allowSameDay) {
|
} else if (allowSameDay) {
|
||||||
this.select([date, date]);
|
this.select([date, date], true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.select([date, null]);
|
this.select([date, null]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user