Compare commits

...

2 Commits

Author SHA1 Message Date
landluck
c118b83aeb
Merge pull request #5104 from landluck/hotfix/fix_dome_error
docs(Calendar): fix the sample code error
2022-11-22 10:05:58 +08:00
landluck
c55c785a9e docs(Calendar): fix the sample code error 2022-11-22 10:03:36 +08:00

View File

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