无法进入亲友圈可能报错地方提示错误,并且关闭等待页面
parent
095b2079fe
commit
41cc0821f7
|
|
@ -16,7 +16,11 @@ end
|
|||
--获取圈列表
|
||||
function M:FG_GroupList(callback)
|
||||
local _client = ControllerManager.GroupClient
|
||||
printlog("aaaaaaaaaaaaaaaaawwwwwwwwwwwwww")
|
||||
if not _client or not _client.send then
|
||||
ViewUtil.ShowBannerOnScreenCenter("无法进入亲友圈服务")
|
||||
ViewUtil.CloseModalWait()
|
||||
end
|
||||
printlog("aaaaaaaaaaaaaaaaawwwwwwwwwwwwww", _client)
|
||||
-- pt(_client)
|
||||
_client:send(Protocol.WEB_FG_GROUP_LIST, nil, function(res)
|
||||
printlog("aaaaaaaaaaaaaaaaawwwwwwwwwwwwww1111111111111")
|
||||
|
|
|
|||
|
|
@ -147,7 +147,6 @@ function M:DEnterGroup()
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
local function SortGroups(a, b)
|
||||
local sort_a = 0
|
||||
local sort_b = 0
|
||||
|
|
@ -278,6 +277,8 @@ function M:Show(fg_id,callback)
|
|||
local fgCtr1 = ControllerManager.GetController(NewGroupController)
|
||||
fgCtr1:FG_GroupList(function(res)
|
||||
if self._is_destroy then
|
||||
ViewUtil.ShowBannerOnScreenCenter("亲友圈热更问题有问题")
|
||||
ViewUtil.CloseModalWait()
|
||||
return
|
||||
end
|
||||
if res.ReturnCode == 0 then
|
||||
|
|
@ -294,7 +295,6 @@ function M:Show(fg_id,callback)
|
|||
callback(-1)
|
||||
end
|
||||
end
|
||||
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"libview.firstColumnWidth": 297,
|
||||
"libview.firstColumnWidth": 522,
|
||||
"expanded_nodes": [
|
||||
"27vd145b",
|
||||
"/",
|
||||
|
|
@ -9,8 +9,14 @@
|
|||
"libview.iconScale": 0,
|
||||
"doc.openedDocs": [
|
||||
"ui://2d9xdj6zfn7fao",
|
||||
"ui://m7iejg4610snh5j",
|
||||
"ui://m7iejg46jiu8hef",
|
||||
"ui://m7iejg46kwi0hma",
|
||||
"ui://v6yvqp7wf55qwa",
|
||||
"ui://v6yvqp7wf55qw5",
|
||||
"ui://v6yvqp7wf55qvx",
|
||||
"ui://m7iejg46kwi0hm5",
|
||||
"ui://v6yvqp7wf55qw4",
|
||||
"ui://2d9xdj6zm16m7dqt",
|
||||
"ui://ppu1wv76j4mf9j",
|
||||
"ui://ppu1wv76j4mf9k",
|
||||
|
|
@ -22,15 +28,13 @@
|
|||
"test.device": "720p Phone",
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://v6yvqp7wf55qwa",
|
||||
"doc.activeDoc": "ui://2d9xdj6zfn7fao",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"v6yvqp7w",
|
||||
"2d9xdj6z",
|
||||
"/",
|
||||
"v6yvqp7w",
|
||||
"/component/",
|
||||
"v6yvqp7w",
|
||||
"/component/Main/"
|
||||
"m7iejg46",
|
||||
"/"
|
||||
],
|
||||
"auxline1": true,
|
||||
"snapToGrid": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue