【心愿抽卡】十连没音效

dev_chengFeng
zhangqiang 2021-06-01 13:42:36 +08:00
parent ad004ddc5e
commit 7048691167
2 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ function QianKunBoxBuyTenPanel:OnSortingOrderChange()
end
--界面打开时调用(用于子类重写)
function QianKunBoxBuyTenPanel:OnOpen(...)
SoundManager.PlaySound(SoundConfig.UI_Siyuanzhen)
-- this.itemIcon1.sprite=this.spLoader:LoadSprite(GetResourcePath(ItemConfig[SecretBoxManager.MainCost[2][1][1]].ResourceID))
local args = { ... }
this.drop=args[1]

View File

@ -116,6 +116,7 @@ function SecretBoxBuyTenPanel:OnSortingOrderChange()
end
--界面打开时调用(用于子类重写)
function SecretBoxBuyTenPanel:OnOpen(...)
SoundManager.PlaySound(SoundConfig.UI_Siyuanzhen)
-- this.itemIcon1.sprite=this.spLoader:LoadSprite(GetResourcePath(ItemConfig[SecretBoxManager.MainCost[2][1][1]].ResourceID))
local args = { ... }
this.drop=args[1]