diff --git a/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_SecretTreasureTrail.lua b/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_SecretTreasureTrail.lua index 53449071ba..47f89aa759 100644 --- a/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_SecretTreasureTrail.lua +++ b/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_SecretTreasureTrail.lua @@ -186,7 +186,6 @@ function this:showTaskList(type) else return a.state > b.state end - end) this.ScrollView:SetData(rewardData,function(index, rewardItem) this:SingleTask(rewardItem, rewardData[index]) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua index deadd33432..2089db3bd2 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua @@ -316,10 +316,13 @@ function RewardItemPopup:SetItemShow(drop) isPopGetSSR = false callList:Pop()() end, 0.05):Start() + 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 isPopGetSSR = true - isOpenGeiSSRAvtivity = curItemData.configData.Star + isOpenGeiSSRAvtivity = curItemData.configData.Star UIManager.OpenPanel(UIName.DropGetSSRHeroShopPanel,curItemData.backData, func) elseif curItemData.configData and curItemData.itemType==1 and (curItemData.configData.ItemType == ItemType.Title or curItemData.configData.ItemType == ItemType.Ride or @@ -396,6 +399,9 @@ function RewardItemPopup:SetItemShowMax(drop) callList:Pop()() 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--δΊ”ζ˜Ÿθ‹±ι›„ isPopGetSSR = true isOpenGeiSSRAvtivity = curItemData.configData.Star