diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyBossPopup.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyBossPopup.lua index eba300a96e..964c3c5308 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyBossPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyBossPopup.lua @@ -212,7 +212,7 @@ function XiaoYaoLuckyBossPopup:SetSingleReward(id) end rewardPrefabs[i].gameObject:SetActive(true) LogRed("id:"..data[i][1].." data[i][2]:"..data[i][2]) - rewardPrefabs[i]:OnOpen(false, {data[i][1],data[i][2]},0.8,false,false,false) + rewardPrefabs[i]:OnOpen(false, {data[i][1],0},0.8,false,false,false) end end function this:OnClose()