【易经宝库】漏题

(cherry picked from commit ebe03eff48)
(cherry picked from commit a2db78b1541b8ab9fc83bf53c7af2661c91216bb)
ZhangBiao 2020-11-10 16:43:24 +08:00
parent 961f2a6955
commit 5a8d009f39
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function YiJingBaoKu:AddBackToFrontClick()
coroutine.wait(0.2)
UIManager.OpenPanel(UIName.RewardItemPopup, drop, 1,function ()
trigger = true
if drop.itemlist[1].itemId == BlessingConfig[ActData.selectId].Reward[1] then
if tempData[1] == BlessingConfig[ActData.selectId].Reward[1] then
finalReward.gameObject:SetActive(false)
itemViewList[18].gameObject:SetActive(false)
YiJingBaoKu:Refresh()