首充拍脸代码提交
parent
cc883eadff
commit
8b29c12d91
|
@ -267,6 +267,11 @@ function this.PatFaceSpecialMonitor(v,patFaceAllData,type,starUpGiftNum)
|
|||
table.insert(patFaceAllData,v)
|
||||
end
|
||||
end
|
||||
elseif v.Type==23 then--首充拍脸
|
||||
if PlayerPrefs.GetInt(PlayerManager.uid.."FirstRecharge") == 0 then
|
||||
UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
PlayerPrefs.SetInt(PlayerManager.uid.."FirstRecharge",1)
|
||||
end
|
||||
else
|
||||
if RedPointManager.PlayerPrefsGetStr(v.Id.."PatFace") == "0" then
|
||||
table.insert(patFaceAllData,v)
|
||||
|
|
Loading…
Reference in New Issue