parent
201902b557
commit
fff95dd1df
|
@ -222,7 +222,7 @@ function this.OnTabChange(index, lastIndex)
|
||||||
this.input:SetActive(true)
|
this.input:SetActive(true)
|
||||||
this.noInputTip:SetActive(false)
|
this.noInputTip:SetActive(false)
|
||||||
--其他渠道及本地
|
--其他渠道及本地
|
||||||
elseif VipManager.GetChargedNum()>=10 then
|
elseif VipManager.GetChargedNum()>=0 then
|
||||||
this.input:SetActive(true)
|
this.input:SetActive(true)
|
||||||
this.noInputTip:SetActive(false)
|
this.noInputTip:SetActive(false)
|
||||||
else
|
else
|
||||||
|
|
|
@ -34,7 +34,7 @@ end
|
||||||
--请求登录
|
--请求登录
|
||||||
function this.LoginRequest(openId, func)
|
function this.LoginRequest(openId, func)
|
||||||
local data = PlayerInfoProto_pb.LoginRequest()
|
local data = PlayerInfoProto_pb.LoginRequest()
|
||||||
data.device_id_s = AppConst.isSDK and ThinkingAnalyticsManager.GetDeviceId() or ""
|
data.device_id_s = ""--AppConst.isSDK and ThinkingAnalyticsManager.GetDeviceId() or ""
|
||||||
data.idfa_sOr_imei_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetIMEICode() or ""
|
data.idfa_sOr_imei_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetIMEICode() or ""
|
||||||
data.brand_type_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceBrand() or ""
|
data.brand_type_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceBrand() or ""
|
||||||
data.brand_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceModel() or ""
|
data.brand_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceModel() or ""
|
||||||
|
|
Loading…
Reference in New Issue