parent
f279260905
commit
48e172ae28
|
@ -413,7 +413,7 @@ function this.HeadAdapter(head,data,type)
|
||||||
elseif starType==2 then
|
elseif starType==2 then
|
||||||
starSize=Vector2.New(48,48)
|
starSize=Vector2.New(48,48)
|
||||||
end
|
end
|
||||||
SetHeroStars(this.spLoader, starRoot, star,starType,starSize)
|
SetHeroStars(this.spLoader, starRoot, star)
|
||||||
Util.SetParticleSortLayer(starRoot,this.sortingOrder + 1)
|
Util.SetParticleSortLayer(starRoot,this.sortingOrder + 1)
|
||||||
-- 职业
|
-- 职业
|
||||||
prefess:SetActive(false)
|
prefess:SetActive(false)
|
||||||
|
|
|
@ -761,7 +761,11 @@ function this.ExecuteLoading()
|
||||||
if OperatingManager.IsBuyGift(79)==false then
|
if OperatingManager.IsBuyGift(79)==false then
|
||||||
PlayerPrefs.SetInt(PlayerManager.uid.."chaozhijijin328",0)
|
PlayerPrefs.SetInt(PlayerManager.uid.."chaozhijijin328",0)
|
||||||
end
|
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()
|
RedpotManager.CheckAllRedPointStatus()
|
||||||
|
|
Loading…
Reference in New Issue