羁绊选择图标
parent
8299ce65e8
commit
1640e03fc9
|
@ -5,7 +5,7 @@ local this = TailsManSouPanel
|
|||
local redPointList = {}
|
||||
local tabsRedpoints = {}
|
||||
local tabs={}
|
||||
local tabsImg = {"r_hero_huo 1_zh", "r_hero_feng 1_zh", "r_hero_shui 1_zh", "r_hero_dadi 1_zh"}
|
||||
local tabsImg = {"r_hero_huo 1_zh", "r_hero_feng 1_zh", "r_hero_shui 1_zh", "r_hero_dadi 1_zh","z_icon_qingjinbao"}
|
||||
local special=ConfigManager.GetConfigData(ConfigName.SpecialConfig,177)
|
||||
local pro=tonumber(special.Value)/100
|
||||
-- Tab管理器
|
||||
|
@ -363,6 +363,7 @@ end
|
|||
|
||||
--界面销毁时调用(用于子类重写)
|
||||
function TailsManSouPanel:OnDestroy()
|
||||
proId=1
|
||||
this.spLoader:Destroy()
|
||||
for k,v in pairs(redPointList) do
|
||||
ClearRedPointObject(k,v)
|
||||
|
|
Loading…
Reference in New Issue