【日常副本】列表动画添加
parent
4ffae70799
commit
455cdcd19c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue