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