开服福利层级修改

ZhangBiao 2020-09-11 12:02:23 +08:00
parent ca7f382b7f
commit 846724a9a0
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {}