资源条修改提交

dev_chengFeng
jiaoyangna 2021-11-27 18:28:11 +08:00
parent f036036f09
commit 9a61491b90
2 changed files with 7 additions and 2 deletions

View File

@ -480,7 +480,8 @@ PanelType = {
WorldArena = { 107,16,23}, --玉虚论道
Compound_equip = { 14, 16,1258 }, --装备合成
YuJianXing = {14,16,1010},--御剑行
LingMai = {14,16,1273}--御剑行
LingMai = {14,16,1273},--御剑行
tiandihonglu = {16,1287,1289}
}

View File

@ -160,7 +160,11 @@ function QianKunBoxBuyOnePanel:OnOpen(...)
end
else
isLimitUpHero = false
if lotterySetting[this.recruitType] and lotterySetting[this.recruitType].LotteryType == 13 then
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.tiandihonglu })
else
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.QianKunBox })
end
d = RecruitManager.GetExpendData(this.recruitType)
end