【跳转】提交

dev_chengFeng
ZhangBiao 2022-01-15 18:29:18 +08:00
parent a556bf7761
commit 10070d14ca
4 changed files with 4 additions and 4 deletions

View File

@ -322,7 +322,7 @@ function FirstRechargePanel:OnRechargeBtnClicked()
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then
JumpManager.GoJump(36012)
else
JumpManager.GoJump(36001)
JumpManager.GoJump(36008)
end
end
end

View File

@ -53,7 +53,7 @@ function MonthCardPage:BindEvent()
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then
JumpManager.GoJump(36012)
else
JumpManager.GoJump(36001)
JumpManager.GoJump(36008)
end
else
if self.curAllMonthCardData[cardData[i].cardType].state == 0 then

View File

@ -385,7 +385,7 @@ function this.SetMissionData()
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then
JumpManager.GoJump(36012)
else
JumpManager.GoJump(36001)
JumpManager.GoJump(36008)
end
else
JumpManager.GoJump(dataConfig.Jump[1])

View File

@ -217,7 +217,7 @@ function RoleInfoLayout:SetData(_sortinglayer,_parent,_curHerodata,_isUpZhen,_he
this:UpdateHeroUpLvAndBreakData()--升级
--角色定位按钮
this.posBtn.gameObject:SetActive(curHeroData.heroConfig.ShowHeroLocation==1)
this.posInfo.text = curHeroData.heroConfig.HeroLocationDesc1
this.posInfo.text = curHeroData.star < 11 and curHeroData.heroConfig.HeroLocationDesc1 or curHeroData.heroConfig.HeroLocationDesc4
ForceRebuildLayout(this.posBtn.transform)
end