云梦好礼红点修改,伤害结算界面星级修改

dev_chengFeng hotfix/you_gu/cdn_xiao7_ios/1.1.14
wangzhenxing 2023-01-27 10:49:10 +08:00
parent f279260905
commit 48e172ae28
2 changed files with 6 additions and 2 deletions

View File

@ -413,7 +413,7 @@ function this.HeadAdapter(head,data,type)
elseif starType==2 then
starSize=Vector2.New(48,48)
end
SetHeroStars(this.spLoader, starRoot, star,starType,starSize)
SetHeroStars(this.spLoader, starRoot, star)
Util.SetParticleSortLayer(starRoot,this.sortingOrder + 1)
-- 职业
prefess:SetActive(false)

View File

@ -761,7 +761,11 @@ function this.ExecuteLoading()
if OperatingManager.IsBuyGift(79)==false then
PlayerPrefs.SetInt(PlayerManager.uid.."chaozhijijin328",0)
end
local dailyActInfo = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.yunmenghaoli)
if dailyActInfo and #dailyActInfo.mission > 0 then
-- 每天检测
PlayerPrefs.SetInt(PlayerManager.uid.."_YunMeng_Check"..dailyActInfo.activityId,0)
end
-- 登录成功刷新红点数据
RedpotManager.CheckAllRedPointStatus()