This commit is contained in:
2020-08-05 20:46:00 +08:00
parent 9a943f7598
commit ea021d6d73
74 changed files with 1263 additions and 1041 deletions

View File

@@ -106,13 +106,11 @@ end
-- 网络请求的回调cmd指命succ成功失败msg消息paras服务器下行数据
function CSPMsg.procNetwork(cmd, succ, msg, paras)
--[[
if(succ == 1) then
if(cmd == "xxx") then
-- TODO:
end
if (succ == NetSuccess) then
if cmd == NetProto.cmds.readNotice then
CSPMsg.setList()
end
--]]
end
end
-- 处理ui上的事件例如点击等