Files

8 lines
143 B
JavaScript
Raw Permalink Normal View History

2020-10-29 20:53:08 +08:00
Tea.context(function () {
this.success = NotifyPopup
this.groupId = 0
this.selectGroup = function (group) {
this.groupId = group.id
}
})