mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
docs(Calendar): fix the sample code error
This commit is contained in:
parent
3c3978df3e
commit
c55c785a9e
@ -81,7 +81,7 @@ Page({
|
|||||||
onConfirm(event) {
|
onConfirm(event) {
|
||||||
this.setData({
|
this.setData({
|
||||||
show: false,
|
show: false,
|
||||||
date: `选择了 ${event.detail.length} 个日期`,
|
text: `选择了 ${event.detail.length} 个日期`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user