【日常副本】列表动画添加

dev_chengFeng
gaoxin 2022-01-13 12:04:22 +08:00
parent 4ffae70799
commit 455cdcd19c
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@ function DailyCarbonPanel:OnShow()
if carbonIndex==0 then carbonIndex=1 end
this.TabCtrl:SetTabAdapter(this.TabAdapter)
this.TabCtrl:SetTabIsLockCheck(this.TabIsLockCheck)
this.TabCtrl:SetChangeTabCallBack(this.RefreshShow,true,true)
this.TabCtrl:SetChangeTabCallBack(function(index)
this.RefreshShow(index, true,true)
end)
this.TabCtrl:Init(this.tabBox, _TabData,carbonIndex)
-- 音效
SoundManager.PlayMusic(SoundConfig.BGM_Carbon)