WAF支持更多动作

This commit is contained in:
刘祥超
2021-07-14 22:45:52 +08:00
parent 6a5c979d2a
commit 9c231a2b8c
14 changed files with 836 additions and 145 deletions

View File

@@ -0,0 +1,13 @@
Tea.context(function () {
this.selectList = function (list) {
NotifyPopup({
code: 200,
data: {
list: {
id: list.id,
name: list.name
}
}
})
}
})