mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-19 23:50:25 +08:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.success = function () {
|
||
|
|
teaweb.success("发送成功")
|
||
|
|
}
|
||
|
|
})
|