Browse Source

备注修改

17-plugin-rongshuan
aBin 4 years ago
parent
commit
bcf8ba5931
  1. 2
      index.html

2
index.html

@ -307,7 +307,7 @@
var chooseTime = `${year}-${month}-${day} ${hour}:${min}`
this.chooseTimeValue = new Date(chooseTime.replace(/-/g,'/')).getTime()
if(chooseTime){
await this.choose(new Date(chooseTime).getTime())
await this.choose(this.chooseTimeValue)
this.cancelTime()
}
},

Loading…
Cancel
Save