diff --git a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/QianKunBoxBuyTenPanel.lua b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/QianKunBoxBuyTenPanel.lua index b68dca1380..b45fda9b31 100644 --- a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/QianKunBoxBuyTenPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/QianKunBoxBuyTenPanel.lua @@ -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] diff --git a/Assets/ManagedResources/~Lua/Modules/SecretBox/SecretBoxBuyTenPanel.lua b/Assets/ManagedResources/~Lua/Modules/SecretBox/SecretBoxBuyTenPanel.lua index 6e796fcb7e..580d345dfc 100644 --- a/Assets/ManagedResources/~Lua/Modules/SecretBox/SecretBoxBuyTenPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/SecretBox/SecretBoxBuyTenPanel.lua @@ -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]