TCX_dev_zeroFive_online
DESKTOP-RH64908\Administrator 2025-05-20 19:09:52 +08:00
parent 0f784f6e49
commit dc0d3edd3e
1 changed files with 6 additions and 0 deletions

View File

@ -781,6 +781,12 @@ function this:UpdateHeroInfoData()
else
LogError("*********/////////////////222222")
end
elseif _CurPageIndex == RoleInfoPanelIndex.shenjiang then
if curHeroData.heroConfig.MaxRank <= 11 or curHeroData.star == 16 then
_CurPageIndex=RoleInfoPanelIndex.qingbao
else
LogError("*********/////////////////222222")
end
end
this:SetSelectBtn(_CurPageIndex)
this:OnPageTabChange(_CurPageIndex)