【Log】清除颜色Log

dev_chengFeng
ZhangBiao 2021-07-01 17:30:20 +08:00
parent d2a10051e5
commit 92fa3e34d8
4 changed files with 4 additions and 4 deletions

View File

@ -334,7 +334,7 @@ end
function this.OnAddPatFaceData(faceConFigType, starUpGiftNum)
if faceConFigType == FacePanelType.GrowGift or faceConFigType == FacePanelType.UpgradePac or faceConFigType == FacePanelType.MonsterWave or faceConFigType == FacePanelType.MainLevel
or faceConFigType == FacePanelType.TimeLimitSkin then
LogYellow("此种拍脸已改为后端推送 faceConFigType "..faceConFigType)
Log("此种拍脸已改为后端推送 faceConFigType "..faceConFigType)
return
end
if this.isLogin then return end--上来就弹新关卡界面 所以不弹

View File

@ -2361,7 +2361,7 @@ function this.GetCurHeroSidAndCurStarAllSkillDatas(sid, star)
return allSkillDatas
end
function this.DetectionOpenFiveStarActivity(starUpGiftNum)
Log(" ---- GameEvent.PatFace.PatFaceSend,14 ")
-- Log(" ---- GameEvent.PatFace.PatFaceSend,14 ")
PlayerManager.IsGetFiveStarHero = true
end

View File

@ -134,7 +134,7 @@ function TenRecruitPanel:OnOpen(...)
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
end
LogGreen("recruitType[1]:"..recruitType[1])
-- LogGreen("recruitType[1]:"..recruitType[1])
if RecruitType.Single == recruitType[1] or RecruitType.Ten == recruitType[1] then
this.tenTip.gameObject:SetActive(true)
this.tenTipText.text = string.format("剩余%s次必得五星神将",RecruitManager.GetRecruit3MustCount())

View File

@ -183,7 +183,7 @@ function this:Refresh()
rechargeNum= VipManager.GetChargedNum()
curGiftId = rechargeData.goodsId
LogBlue("#curGiftId:"..tostring(curGiftId))
Log("#curGiftId:"..tostring(curGiftId))
if curType == 1 then
this.tip.text = string.format(activityType[curType].Text,RechargeConfig[curGiftId].Desc)
else