mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
9683904c29
commit
b4d16b670b
@ -114,8 +114,8 @@ Page({
|
||||
date = new Date(date);
|
||||
return `${date.getMonth() + 1}/${date.getDate()}`;
|
||||
},
|
||||
onConfirm(date) {
|
||||
const [start, end] = date;
|
||||
onConfirm(event) {
|
||||
const [start, end] = event.detail;
|
||||
this.setData({
|
||||
show: false,
|
||||
date: `${this.formatDate(start)} - ${this.formatDate(end)}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user