5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
Tea.context(function () {
|
|
this.success = function () {
|
|
teaweb.success("发送成功")
|
|
}
|
|
}) |