From b25468cd2664c15c8f35957238da7c257e0de086 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Mon, 13 Sep 2021 17:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E8=B1=A1=E5=BF=83=E6=B3=95bug=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Practice/FourQuadrantPopup.lua | 14 +++++++++----- .../~Lua/Modules/Practice/PracticePanel.lua | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) 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