1.4.5.2
This commit is contained in:
17
EdgeAdmin/web/views/@default/users/setting/emailTest.js
Normal file
17
EdgeAdmin/web/views/@default/users/setting/emailTest.js
Normal file
@@ -0,0 +1,17 @@
|
||||
Tea.context(function () {
|
||||
this.config = window.parent.TESTING_EMAIL_CONFIG
|
||||
|
||||
this.isSending = false
|
||||
|
||||
this.before = function () {
|
||||
this.isSending = true
|
||||
}
|
||||
|
||||
this.done = function () {
|
||||
this.isSending = false
|
||||
}
|
||||
|
||||
this.successSend = function () {
|
||||
teaweb.success("发送成功")
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user