Compare commits

..

No commits in common. "c118b83aebdaa02e8e41ef22b8da32591aa81d7a" and "406d7200ab71b8b44f42d9e14ee4302e9fe26535" have entirely different histories.

View File

@ -81,7 +81,7 @@ Page({
onConfirm(event) {
this.setData({
show: false,
text: `选择了 ${event.detail.length} 个日期`,
date: `选择了 ${event.detail.length} 个日期`,
});
},
});