docs(Calendar): fix the sample code error

This commit is contained in:
landluck 2022-11-22 10:03:36 +08:00
parent 3c3978df3e
commit c55c785a9e

View File

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