取消注释

dev_chengFeng
jiaoyangna 2021-07-22 16:15:47 +08:00
parent b0f868485e
commit 7959f803c4
2 changed files with 2 additions and 7 deletions

View File

@ -839,9 +839,9 @@ function this.InitTreasureData(msg)
this.treasureData.tip = "完成无尽副本的任务提升秘宝等级,激活秘宝后还可领取额外奖励"
this.treasureData.resetTime = msg.resetTime
--购买状态
LogGreen("msg.isBuy:"..msg.isBuy)
--LogGreen("msg.isBuy:"..msg.isBuy)
this.SetTreasureGiftState(msg.isBuy)
LogGreen("msg.score:"..msg.score)
--LogGreen("msg.score:"..msg.score)
this.treasureData.curScore = BagManager.GetItemCountById(EndLessMapManager.scoreValueId) or 0
this.GetTreasureData()
this.treasureData.rewardData = this.treasureDataReward

View File

@ -145,7 +145,6 @@ function this.EenlessTreasureRefreshIndication(buffer)
local data = buffer:DataByte()
local msg = MapInfoProto_pb.EndlessTreasureInfoResponse()
msg:ParseFromString(data)
LogGreen("/////////////////////////////")
EndLessMapManager.InitTreasureData(msg)
end
@ -154,7 +153,6 @@ function this.WelfareRedPacketPush(buffer)
local data = buffer:DataByte()
local msg = PlayerInfoProto_pb.WelfareRedPacketPush()
msg:ParseFromString(data)
LogError("推送过来红包数据")
if msg.redpacket then
MyGuildManager.SetMyGuidRedPackage(msg.redpacket)
--CheckRedPointStatus(RedPointType.Guid_SendPackage)
@ -793,8 +791,6 @@ end
-- 更新关卡ID
function this.FreshFightId(buffer)
Log("后端推送关卡状态!")
LogError("==============")
local data=buffer:DataByte()
local msg=FightInfoProto_pb.MainLevelFightUpdateIndication()
msg:ParseFromString(data)
@ -924,7 +920,6 @@ function this.WorldLevelIndication(buffer)
local data = buffer:DataByte()
local msg = PlayerInfoProto_pb.WorldLevelIndication()
msg:ParseFromString(data)
-- LogError("%%%%%%%%%%世界等级推送 "..msg.worldLeve)
PlayerManager.RefreshWorldLeveData(msg.worldLeve)
end