This commit is contained in:
2020-01-14 15:25:22 +08:00
parent 5f652d6183
commit 67682de4c7
13 changed files with 143 additions and 49 deletions

View File

@@ -29,6 +29,7 @@ Component({
this.setData({
date: e.detail.value
})
this.triggerEvent("input",{date:e.detail.value})
},
getCurTime() {
var date = new Date();