zhangqiang 2020-09-16 10:14:43 +08:00
parent b202a02455
commit e5c91eff67
2 changed files with 2 additions and 3 deletions

View File

@ -233,7 +233,7 @@ function this:OnOpen(_panelType,...)
this.opView.Init(this, ...)
this.curFormationIndex = this.opView.GetFormationIndex()
FormationManager.currentFormationIndex = this.opView.GetFormationIndex()
SoundManager.PlaySound(SoundConfig.Sound_BattleStart_01)
PlaySoundWithoutClick(SoundConfig.Sound_BattleStart_01)
end
function this:OnShow()

View File

@ -190,8 +190,7 @@ function RewardItemPopup:OnOpen(...)
elseif #itemDataList > 25 then
self:SetItemShowMax(drop)
end
-- SoundManager.PlaySound(SoundConfig.Sound_Reward)
PlaySoundWithoutClick(SoundConfig.Sound_Reward)
-- PlaySoundWithoutClick(SoundConfig.Sound_Reward)
this.ShowLvAndExp()
self:SelectCanPopUpBagMaxMessage()
end