Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
jiaoyangna 2021-11-11 10:49:14 +08:00
commit 56ba9ccba8
1 changed files with 5 additions and 0 deletions

View File

@ -807,6 +807,11 @@ function this.RequestHttpLogin()
if IsDevelopLogin then if IsDevelopLogin then
-- 开发用 -- 开发用
local str = this.inputField.text local str = this.inputField.text
if str == Language[11135] then
RequestPanel.Hide()
PopupTipPanel.ShowTip(Language[11135])
return
end
PlayerPrefs.SetString(openIdkey, str) PlayerPrefs.SetString(openIdkey, str)
url = LoginRoot_Url url = LoginRoot_Url
.. "jl_loginserver/getUserInfo?openId=" .. str .. "jl_loginserver/getUserInfo?openId=" .. str