gdl_123 4 天之前
父节点
当前提交
8e0b289b7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Lua/Managers/LoginMgr.lua

+ 1 - 1
Assets/Lua/Managers/LoginMgr.lua

@@ -467,7 +467,7 @@ function LoginMgr:StartCheckServer(isAgain)
     end
 
     local platform = ManagerContainer.LuaGameMgr.platform
-    if (not openId or openId == '') and platform ~= "Android_X7" and platform ~= "IOS_X7" then
+    if (not openId or openId == '')  then  --and platform ~= "Android_X7" and platform ~= "IOS_X7"
         openId = ManagerContainer.LuaGameMgr.DeviceId
     end
     ManagerContainer.LuaGameMgr.openId = openId