【家园】提交

dev_chengFeng
ZhangBiao 2022-01-06 16:25:20 +08:00
parent cb9fc77b15
commit 6f2b684ecd
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function this:SetData()
local num1 = data + proData[curIndex]
-- LogYellow(tostring(data).." @ "..tostring(proData[curIndex]))
local num2 = 0
if HomeLandManager.GetAllCanUpgrade() then--如果都到达了等级上限
if not HomeLandManager.GetCurIndexBtnsShow() then--如果都到达了等级上限
num2 = data + nextProData[curIndex]
-- LogYellow(tostring(data).." $ "..tostring(nextProData[curIndex]))
else