挂机界面修改送无限充抽修改

tcx_xiyou_bt_ios hotfix/xiyou_bt/cdn_xiyouBtOnline_ios/1.1.3
wangzhenxing 2024-06-25 11:26:40 +08:00
parent d812cf9f48
commit f7d222efcd
2 changed files with 4 additions and 3 deletions

View File

@ -512,6 +512,7 @@ function this.BattleEnd(result)
end
BattleManager.SetLastBattleResult(this.lastBattleResult,fightType)
this.ShowBattleResult(msg.result, msg)
Game.GlobalEvent:DispatchEvent(GameEvent.Mission.GetOpenServerRewardRefreshFightPoint)
end)
elseif fightType == BATTLE_TYPE.EXECUTE_FIGHT then--远征处理
if ExpeditionManager.ExpeditionState == 1 then

View File

@ -511,7 +511,7 @@ function this.RefreshBossInfo()
local curFight=FightPointPassManager.curOpenFight
name=""
nextLv=0
LogError("刷星boss显示 curfight==========================================================="..curFight)
--LogError("刷星boss显示 curfight==========================================================="..curFight)
-- for k,v in ConfigPairs(fightLevelConfig) do
-- local aa=v
-- if k>=curFight then
@ -2019,9 +2019,9 @@ function this.UpdateOpenSeverWelfare()
this.OpenSeverWelfareiconText.gameObject:SetActive(false)
end
LogError("FightPointPassManager.lastPassFightId=="..FightPointPassManager.lastPassFightId.." FightPointPassManager.curOpenFight=="..FightPointPassManager.curOpenFight)
local curPassLevelSortId = FightPointPassManager.soldierLayerId --FightPointPassManager.lastPassFightId ~= FightPointPassManager.curOpenFight and soldierStageConfig[FightPointPassManager.lastPassFightId].id or 0
local curPassLevelSortId = FightPointPassManager.lastPassFightId ~= FightPointPassManager.curOpenFight and mainLevelConfig[FightPointPassManager.lastPassFightId].SortId or 0
LogError("curMissionConfig.Values[2][1]==============="..curMissionConfig.Values[2][1])
local getRewardLevelSortId = soldierStageConfig[curMissionConfig.Values[2][1]].id
local getRewardLevelSortId = mainLevelConfig[curMissionConfig.Values[2][1]].SortId
this.OpenSeverWelfareRed:SetActive(isShowRed)
if isAll then
this.OpenSeverWelfareProgressText.gameObject:SetActive(false)