Files
EdgeAdmin/web/views/@default/users/user.js
2022-01-05 10:45:28 +08:00

11 lines
230 B
JavaScript

Tea.context(function () {
this.verify = function () {
teaweb.popup(".verifyPopup?userId=" + this.user.id, {
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload()
})
}
})
}
})