|
|
@@ -942,6 +942,11 @@ function UIClimbingTowerView:OnClickTowerMode(btn, data)
|
|
|
local TDMgr = ManagerContainer.DataMgr.TowerDataMgr
|
|
|
local UnlockInfo = TDMgr:GetModelockInfo(mdata)
|
|
|
if not UnlockInfo.isunlock then
|
|
|
+ local towertxt = self:GetCurTowerTitle(mdata)
|
|
|
+ local txtT =I18N.T("TitleClimbingTower")
|
|
|
+ local txtU = I18N.T(towertxt)
|
|
|
+ local txt = I18N.SetLanguageValue("TowerUnlock",txtT,UnlockInfo.unlockLv,txtU)
|
|
|
+ ManagerContainer.LuaUIMgr:ErrorNoticeDisplay(txt)
|
|
|
return
|
|
|
end
|
|
|
local tmode = TDMgr:GetTowerMode()
|