Merge pull request #5104 from landluck/hotfix/fix_dome_error

docs(Calendar): fix the sample code error
This commit is contained in:
landluck 2022-11-22 10:05:58 +08:00 committed by GitHub
commit c118b83aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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