|
|
@@ -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
|