1.4.5.2
This commit is contained in:
11
EdgeAdmin/web/views/@default/users/user.js
Normal file
11
EdgeAdmin/web/views/@default/users/user.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.verify = function () {
|
||||
teaweb.popup(".verifyPopup?userId=" + this.user.id, {
|
||||
callback: function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
teaweb.reload()
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user