首充拍脸代码提交

dev_chengFeng
yuanshuai 2022-07-04 17:57:39 +08:00
parent cc883eadff
commit 8b29c12d91
1 changed files with 5 additions and 0 deletions

View File

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