mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-25 11:10:29 +08:00
消息接收人可以设置接收消息时间段
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user