开服福利层级修改
parent
ca7f382b7f
commit
846724a9a0
|
|
@ -2,6 +2,7 @@
|
|||
OpenSeverWelfarePanel = Inherit(BasePanel)
|
||||
local this = OpenSeverWelfarePanel
|
||||
local activityRewardConfig = ConfigManager.GetConfig(ConfigName.ActivityRewardConfig)
|
||||
local sortingOrder = 0
|
||||
--初始化组件(用于子类重写)
|
||||
function OpenSeverWelfarePanel:InitComponent()
|
||||
this.closeBtn = Util.GetGameObject(self.transform, "bg/closeBtn")
|
||||
|
|
@ -49,6 +50,7 @@ function OpenSeverWelfarePanel:OnSortingOrderChange()
|
|||
end
|
||||
end
|
||||
end
|
||||
sortingOrder = self.sortingOrder
|
||||
end
|
||||
local isShowNeedGetUpTextId = 0
|
||||
local activityData = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue