parent
dd7c8d5361
commit
e7e8bb0990
|
@ -487,7 +487,7 @@ PanelType = {
|
||||||
ShenZun = {16}, -- 东海寻仙
|
ShenZun = {16}, -- 东海寻仙
|
||||||
Talisman = {14}, -- 新法宝
|
Talisman = {14}, -- 新法宝
|
||||||
Guild = {14, 16, 65}, -- 新法宝
|
Guild = {14, 16, 65}, -- 新法宝
|
||||||
TimelimitCall={87,16,1011}, --限时召唤
|
TimelimitCall={87,16}, --限时召唤
|
||||||
QianKunBox={1002,1003,16},--乾坤包囊
|
QianKunBox={1002,1003,16},--乾坤包囊
|
||||||
HeroReplace={14,16,92},--神将置换
|
HeroReplace={14,16,92},--神将置换
|
||||||
LingShou={14,16,21},--灵兽
|
LingShou={14,16,21},--灵兽
|
||||||
|
|
|
@ -231,8 +231,8 @@ function QianKunBoxBuyOnePanel:OnOpen(...)
|
||||||
end, 0.5)
|
end, 0.5)
|
||||||
time:Start()
|
time:Start()
|
||||||
if isLimitUpHero then
|
if isLimitUpHero then
|
||||||
-- this.detailImage:SetActive(false)
|
this.detailImage:SetActive(false)
|
||||||
-- this.detailImage3:SetActive(false)
|
this.detailImage3:SetActive(false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--界面关闭时调用(用于子类重写)
|
--界面关闭时调用(用于子类重写)
|
||||||
|
|
|
@ -261,8 +261,8 @@ function QianKunBoxBuyTenPanel:OnOpen(...)
|
||||||
end
|
end
|
||||||
callList:Pop()()
|
callList:Pop()()
|
||||||
if isLimitUpHero then
|
if isLimitUpHero then
|
||||||
-- this.detailImage:SetActive(false)
|
this.detailImage:SetActive(false)
|
||||||
-- this.detailImage3:SetActive(false)
|
this.detailImage3:SetActive(false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue