【主角修为】图标顺序调整
parent
9e0ca64dbd
commit
2ab4be658d
|
@ -1379,6 +1379,7 @@ end
|
|||
|
||||
--新百宝商会红点检测
|
||||
function this.TreasureStoreSeason2RedCheck()
|
||||
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureStoreSeason2) then
|
||||
local data = CommonActPageManager.GetData(ActivityTypeDef.TreasureStoreSeason2)
|
||||
for i = 1, #data.FreelyData do
|
||||
for j = 1, #data.FreelyData[i] do
|
||||
|
@ -1388,6 +1389,7 @@ function this.TreasureStoreSeason2RedCheck()
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
require("Base/BasePanel")
|
||||
local Cultivation = Inherit(BasePanel)
|
||||
local IMAGE = {
|
||||
[1] = "r_hero_jinengdian02",
|
||||
[2] = "r_hero_jinengdian04",
|
||||
[1] = "r_hero_jinengdian04",
|
||||
[2] = "r_hero_jinengdian02",
|
||||
[3] = "r_hero_jinengdian03",
|
||||
[4] = "r_hero_jinengdian01",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue