【ID1017091】

【神将来源】跳转首充,来源界面自动关闭,再次打开情报界面自动弹出
dev_chengFeng
jiaoyangna 2021-07-05 11:29:05 +08:00
parent 9fa4e26f7e
commit c038859400
2 changed files with 4 additions and 2 deletions

View File

@ -442,7 +442,7 @@ function this.DeleBackPatFaceDaqta()
end end
function this.GetcurCanPatFace() function this.GetcurCanPatFace()
if this.isLogin then return false end--登录界面不拍 if this.isLogin then return false end--登录界面不拍
if MapManager.Mapping or UIManager.IsOpen(UIName.BattlePanel) or UIManager.IsOpen(UIName.SurpriseBoxPanel) then return false end--在关卡里 副本里不拍 if MapManager.Mapping or UIManager.IsOpen(UIName.BattlePanel) or UIManager.IsOpen(UIName.SurpriseBoxPanel) or UIManager.IsOpen(UIName.RewardItemSingleShowPopup) then return false end--在关卡里 副本里不拍
if GuideManager.IsFunctionGuideExist() or GuideManager.IsInMainGuide() then return false end--引导不拍 if GuideManager.IsFunctionGuideExist() or GuideManager.IsInMainGuide() then return false end--引导不拍
if UIManager.IsOpen(UIName.SingleRecruitPanel) or UIManager.IsOpen(UIName.TenRecruitPanel) or UIManager.IsOpen(UIName.RecruitPanel) then return false end--抽卡界面不拍 if UIManager.IsOpen(UIName.SingleRecruitPanel) or UIManager.IsOpen(UIName.TenRecruitPanel) or UIManager.IsOpen(UIName.RecruitPanel) then return false end--抽卡界面不拍
if UIManager.IsOpen(UIName.PatFacePanel) then return false end--正在拍脸 if UIManager.IsOpen(UIName.PatFacePanel) then return false end--正在拍脸

View File

@ -216,6 +216,8 @@ function JumpViewNew:GoToJumpData()
end end
end end
DynamicActivityManager.SetSelectIndex(DataType.Direct,goodIdList) DynamicActivityManager.SetSelectIndex(DataType.Direct,goodIdList)
elseif (self.jumpSData.type ~= JumpType.firstRecharge or self.jumpSData.type ~= JumpType.ZhiZunJiangShi) then
PlayerManager.RewardItemSingleShowPopupIsRoleUpStarLayout2 = false
end end
JumpManager.GoJump(self.jumpSData.Id,function(isOpen) JumpManager.GoJump(self.jumpSData.Id,function(isOpen)
if isOpen then if isOpen then