Merge branch '0功能/本周版本优化内容' of http://60.1.1.230/gaoxin/JL_Client into 0功能/本周版本优化内容
commit
f1f9c5e118
|
@ -36,9 +36,9 @@ local update = function()
|
|||
|
||||
-- 临时退出游戏代码
|
||||
if not AppConst.isSDK and Input.GetKeyDown(UnityEngine.KeyCode.Tab) then
|
||||
MsgPanel.ShowTwo("您确定要重新登录?", nil, function()
|
||||
-- MsgPanel.ShowTwo("您确定要重新登录?", nil, function()
|
||||
Game.Logout()
|
||||
end)
|
||||
-- end)
|
||||
end
|
||||
|
||||
if Input.GetMouseButtonUp(0) then
|
||||
|
|
Loading…
Reference in New Issue