协议request_apply_count修复
parent
1a51444774
commit
23bf422189
|
|
@ -285,7 +285,7 @@ Protocol = {
|
|||
WEB_FG_REFLASH = "11111",
|
||||
|
||||
-- 获得申请列表的数量
|
||||
WEB_FG_APPLYCOUNT = "request_apply_count",
|
||||
WEB_FG_APPLYCOUNT = "group/request_apply_count",
|
||||
-------------- group-log---------------------
|
||||
-- 获取奖励日志
|
||||
WEB_FG_GET_REWARDS_LOG = "group/log/get_reward_log",
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ function M:init(url)
|
|||
self:InitCloseClick()
|
||||
|
||||
fgCtr:FG_GroupList(function(res)
|
||||
print("获取所有圈信息")
|
||||
pt(res)
|
||||
local groups = res.Data.groups
|
||||
if #groups > 0 then
|
||||
self.familyType.selectedIndex = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue