Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
wangzhenxing 2022-01-17 10:46:12 +08:00
commit eb6a0c5dde
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
--界面销毁时调用(用于子类重写)