【七界试炼】tijiao

dev_chengFeng
ZhangBiao 2021-09-23 14:21:30 +08:00
parent 524bd129bc
commit fc03b71b84
2 changed files with 3 additions and 2 deletions

View File

@ -121,6 +121,7 @@ function QiJieShiLianPanel:BindEvent()
PrivilegeManager.RefreshPrivilegeUsedTimes(3202, 1)--更新特权
-- UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.QIJIESHILIAN,self.configData)
UIManager.OpenPanel(UIName.ExpeditionMonsterInfoPopup,EXPEDITON_POPUP_TYPE.QiJieShiLianMonster,self.configData)
self:SetBuyTime()
end)
end)
else
@ -189,7 +190,7 @@ end
function QiJieShiLianPanel:Refresh()
self.qijieData = QiJieShiLianManager.GetQiJieData()
self.configData = self.qijieData.curStageData
Log("当前层数Id:"..tostring(QiJieShiLianManager.curLevelId).." curMaxStage:"..tostring(QiJieShiLianManager.curMaxStage))
Log("七界试炼当前层数Id:"..tostring(QiJieShiLianManager.curLevelId).." 最大层数Id:"..tostring(QiJieShiLianManager.curMaxStage))
local num = tonumber(ConfigManager.GetConfigData(ConfigName.SpecialConfig,128).Value)
self.giftBtn:SetActive(self.qijieData.curProgress >= num)
self.lastBtn:SetActive(not not QijieStage[QiJieShiLianManager.curLevelId-1])

View File

@ -587,7 +587,7 @@ end
--设置当前索引位置在最上层
function this:SetIndex(curIndex)
Log("setIndex "..curIndex)
-- Log("setIndex "..curIndex)
-- if self.co then
-- coroutine.stop(self.co)
-- end