Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Tea.context(function () {
|
||||
this.selectGroup = function (group) {
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
data: {
|
||||
group: group
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user