排行榜神魂放大镜显示错误修改

dev_chengFeng
jiaoyangna 2021-11-08 10:51:51 +08:00
parent e8433d1026
commit 024b684999
2 changed files with 7 additions and 8 deletions

View File

@ -632,7 +632,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -874,7 +874,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -8495,7 +8495,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -19868,7 +19868,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -19962,7 +19962,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -22697,7 +22697,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: b8edce2c7e5337742b17f23e6207f305, type: 3}
m_Sprite: {fileID: 21300000, guid: c2658e130a761bc4089e86824750a4dc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -93,7 +93,7 @@ function RoleInfoPopup:BindEvent()
Util.AddClick(this.ShenhunBtn,function()
local s = function()
local pro = {}
local lv = GodSoulManager.GetGodSoulLv(curHeroData.dynamicId)
local lv = curHeroData.godSoulLv
local skillList = GodSoulManager.GetGodSoulDataByLv(curHeroData.heroConfig.Id,0)
for i = 1,LengthOfTable(skillList) do
@ -284,7 +284,6 @@ function this.RoleInfo1()
this.pinjieRoot.gameObject:SetActive(false)
this.shenhunRoot.gameObject:SetActive(true)
for i = 1,#this.shenhunList do
Util.SetGray(this.shenhunList[i].go,true)
if i > star then
this.shenhunList[i].fx_shenhun.gameObject:SetActive(false)
this.shenhunList[i].goItem.gameObject:SetActive(true)