5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
Tea.context(function () {
|
|
this.method = "user";
|
|
|
|
this.success = NotifyPopup;
|
|
}); |