五星拍脸
parent
c72aa2bd21
commit
ed758d3a37
|
@ -186,7 +186,6 @@ function this:showTaskList(type)
|
||||||
else
|
else
|
||||||
return a.state > b.state
|
return a.state > b.state
|
||||||
end
|
end
|
||||||
|
|
||||||
end)
|
end)
|
||||||
this.ScrollView:SetData(rewardData,function(index, rewardItem)
|
this.ScrollView:SetData(rewardData,function(index, rewardItem)
|
||||||
this:SingleTask(rewardItem, rewardData[index])
|
this:SingleTask(rewardItem, rewardData[index])
|
||||||
|
|
|
@ -317,6 +317,9 @@ function RewardItemPopup:SetItemShow(drop)
|
||||||
callList:Pop()()
|
callList:Pop()()
|
||||||
end, 0.05):Start()
|
end, 0.05):Start()
|
||||||
end
|
end
|
||||||
|
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 then
|
||||||
|
HeroManager.DetectionOpenFiveStarActivity(curItemData.configData.Star)
|
||||||
|
end
|
||||||
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 and showHero then
|
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 and showHero then
|
||||||
isPopGetSSR = true
|
isPopGetSSR = true
|
||||||
isOpenGeiSSRAvtivity = curItemData.configData.Star
|
isOpenGeiSSRAvtivity = curItemData.configData.Star
|
||||||
|
@ -396,6 +399,9 @@ function RewardItemPopup:SetItemShowMax(drop)
|
||||||
callList:Pop()()
|
callList:Pop()()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 then
|
||||||
|
HeroManager.DetectionOpenFiveStarActivity(curItemData.configData.Star)
|
||||||
|
end
|
||||||
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 and showHero then--五星英雄
|
if curItemData.configData and curItemData.itemType==3 and curItemData.configData.Quality == 5 and showHero then--五星英雄
|
||||||
isPopGetSSR = true
|
isPopGetSSR = true
|
||||||
isOpenGeiSSRAvtivity = curItemData.configData.Star
|
isOpenGeiSSRAvtivity = curItemData.configData.Star
|
||||||
|
|
Loading…
Reference in New Issue