Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
56ba9ccba8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue