【摘星阁+修为】装备属性展示+修为红点检测

dev_chengFeng
ZhangBiao 2022-01-17 10:44:43 +08:00
parent 91f9589043
commit 98f89d8a9b
3 changed files with 3 additions and 1 deletions

View File

@ -1771,6 +1771,7 @@ function this.RequestUserForceChange(teamId, func)
data.teamId = teamId
local msg = data:SerializeToString()
Network:SendMessageWithCallBack(MessageTypeProto_pb.USER_FORCE_CHANGE_REQUEST, MessageTypeProto_pb.USER_FORCE_CHANGE_RESPONSE, msg, function()
CheckRedPointStatus(RedPointType.Practice_Cultivation)
if func then
func()
end

View File

@ -309,7 +309,7 @@ function RewardEquipSingleShowPopup2:OnShow()
_homeProList[index]:GetComponent("Text").text = GetLanguageStrById(proConfigData.Info)
local sText = Util.GetGameObject(_homeProList[index], "curProVale"):GetComponent("Text")
sText.text = "+"..GetPropertyFormatStr(proConfigData.Style, power)
Util.GetGameObject(sText.gameObject, "homeValue"):GetComponent("Text").text = string.format("(摘星阁加持:%s",num).."%)"--摘星阁加持文字显示位置
Util.GetGameObject(sText.gameObject, "homeValue"):GetComponent("Text").text = string.format("(%s",num).."%)"--摘星阁加持文字显示位置
end
end
end

View File

@ -577,6 +577,7 @@ function RewardItemPopup:RedCheckFuns()
CheckRedPointStatus(RedPointType.XunBaoMiZong)
CheckRedPointStatus(RedPointType.Gem)
CheckRedPointStatus(RedPointType.HomeLand)
CheckRedPointStatus(RedPointType.Practice)
end
--界面销毁时调用(用于子类重写)