【送神祠跳转】仙缘余晨跳转送神祠,前往的是分解宝物页签
parent
6e5bec75bf
commit
e1cfc900b1
|
@ -430,6 +430,7 @@ PanelType = {
|
|||
FightPointPass = { 14, 3, 16 }, -- 新关卡
|
||||
SoulCrystal = { 14, 16 }, -- 魂晶
|
||||
Recruit = { 16, 19 ,69, 91 }, -- 聚灵神戒(群英征募)
|
||||
TenRecruit = { 16, 87 }, -- 十连召唤(群英征募)
|
||||
ElementDrawCard = { 14, 74, 20}, -- 元素神戒(元素招募)
|
||||
SecretBox = { 16, 22, 21 }, -- 妖魂魔戒(秘盒开启)
|
||||
Arena = { 14, 16, 23 }, -- 竞技场挑战券
|
||||
|
|
|
@ -113,7 +113,11 @@ function TenRecruitPanel:OnOpen(...)
|
|||
this.againIcon.sprite=Util.LoadSprite(artResourcesConfig[itemConfig[d[1]].ResourceID].Name)
|
||||
this.againNum.text="×"..d[2]
|
||||
maxTimesId=lotterySetting[type].MaxTimes --特权上限ID
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
|
||||
if recruitType and recruitType[1] and recruitType[1] == RecruitType.TimeLimitTen then
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.TenRecruit })
|
||||
else
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
|
||||
end
|
||||
end
|
||||
|
||||
--界面关闭时调用(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue