diff --git a/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua b/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua index 2a990a8dae..0df75cc344 100644 --- a/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua @@ -140,7 +140,7 @@ function this:BindEvent() end) Util.AddClick(this.upStarBtn, function() - -- if this.CheckXiuxingLv() then + if this.CheckXiuxingLv() then local costArr=fourQuadConfig.RankupCost for i = 1, #costArr do if BagManager.GetTotalItemNum(costArr[i][1])0 then this.propPreMap[propertyInfo.propertyId].addValue.text=string.format("+%s",addNum); this.propPreMap[propertyInfo.propertyId].addValue.gameObject:SetActive(true) diff --git a/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua b/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua index db5b850b48..00f5c978b1 100644 --- a/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua @@ -88,10 +88,10 @@ function Practice:BindEvent() PopupTipPanel.ShowTip("到达筑基期后解锁!") end end) - --驭神按钮 + --四象心法按钮 Util.AddClick(self.fourQuadrantBtn, function() if PlayerManager.level < globalSystemConfig.OpenRules[2] then - PopupTipPanel.ShowTip(string.format("到达%s级后解锁!",globalSystemConfig.OpenRules[1][2])) + PopupTipPanel.ShowTip(string.format("到达%s级后解锁!",globalSystemConfig.OpenRules[2])) else UIManager.OpenPanel(UIName.FourQuadrantPopup) end