消息接收人可以设置接收消息时间段

This commit is contained in:
刘祥超
2021-08-24 17:46:00 +08:00
parent d5eceb05ce
commit e9dadd5571
12 changed files with 258 additions and 30 deletions

View File

@@ -17,4 +17,13 @@ Tea.context(function () {
})
})
}
this.clearTime = function () {
this.recipient.timeFromHour = ""
this.recipient.timeFromMinute = ""
this.recipient.timeFromSecond = ""
this.recipient.timeToHour = ""
this.recipient.timeToMinute = ""
this.recipient.timeToSecond = ""
}
})