【Log】清除颜色Log
parent
d2a10051e5
commit
92fa3e34d8
|
@ -334,7 +334,7 @@ end
|
||||||
function this.OnAddPatFaceData(faceConFigType, starUpGiftNum)
|
function this.OnAddPatFaceData(faceConFigType, starUpGiftNum)
|
||||||
if faceConFigType == FacePanelType.GrowGift or faceConFigType == FacePanelType.UpgradePac or faceConFigType == FacePanelType.MonsterWave or faceConFigType == FacePanelType.MainLevel
|
if faceConFigType == FacePanelType.GrowGift or faceConFigType == FacePanelType.UpgradePac or faceConFigType == FacePanelType.MonsterWave or faceConFigType == FacePanelType.MainLevel
|
||||||
or faceConFigType == FacePanelType.TimeLimitSkin then
|
or faceConFigType == FacePanelType.TimeLimitSkin then
|
||||||
LogYellow("此种拍脸已改为后端推送 faceConFigType: "..faceConFigType)
|
Log("此种拍脸已改为后端推送 faceConFigType: "..faceConFigType)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if this.isLogin then return end--上来就弹新关卡界面 所以不弹
|
if this.isLogin then return end--上来就弹新关卡界面 所以不弹
|
||||||
|
|
|
@ -2361,7 +2361,7 @@ function this.GetCurHeroSidAndCurStarAllSkillDatas(sid, star)
|
||||||
return allSkillDatas
|
return allSkillDatas
|
||||||
end
|
end
|
||||||
function this.DetectionOpenFiveStarActivity(starUpGiftNum)
|
function this.DetectionOpenFiveStarActivity(starUpGiftNum)
|
||||||
Log(" ---- GameEvent.PatFace.PatFaceSend,14 ")
|
-- Log(" ---- GameEvent.PatFace.PatFaceSend,14 ")
|
||||||
PlayerManager.IsGetFiveStarHero = true
|
PlayerManager.IsGetFiveStarHero = true
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -134,7 +134,7 @@ function TenRecruitPanel:OnOpen(...)
|
||||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
|
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
|
||||||
end
|
end
|
||||||
|
|
||||||
LogGreen("recruitType[1]:"..recruitType[1])
|
-- LogGreen("recruitType[1]:"..recruitType[1])
|
||||||
if RecruitType.Single == recruitType[1] or RecruitType.Ten == recruitType[1] then
|
if RecruitType.Single == recruitType[1] or RecruitType.Ten == recruitType[1] then
|
||||||
this.tenTip.gameObject:SetActive(true)
|
this.tenTip.gameObject:SetActive(true)
|
||||||
this.tenTipText.text = string.format("剩余%s次必得五星神将",RecruitManager.GetRecruit3MustCount())
|
this.tenTipText.text = string.format("剩余%s次必得五星神将",RecruitManager.GetRecruit3MustCount())
|
||||||
|
|
|
@ -183,7 +183,7 @@ function this:Refresh()
|
||||||
|
|
||||||
rechargeNum= VipManager.GetChargedNum()
|
rechargeNum= VipManager.GetChargedNum()
|
||||||
curGiftId = rechargeData.goodsId
|
curGiftId = rechargeData.goodsId
|
||||||
LogBlue("#curGiftId:"..tostring(curGiftId))
|
Log("#curGiftId:"..tostring(curGiftId))
|
||||||
if curType == 1 then
|
if curType == 1 then
|
||||||
this.tip.text = string.format(activityType[curType].Text,RechargeConfig[curGiftId].Desc)
|
this.tip.text = string.format(activityType[curType].Text,RechargeConfig[curGiftId].Desc)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue