Răsfoiți Sursa

无尽显示

ybx_Gdn 1 an în urmă
părinte
comite
44bd4c5892

+ 1 - 0
Assets/Content/Config/LanguagePackage_cn.csv

@@ -10013,6 +10013,7 @@ WalletGold,禮金 {0}
 CheckRes,檢查更新
 DownloadRes,資源更新
 ClimbingTowerClickTips,巔峰塔玩法暫未開啟。
+TowerUnlock,通關【{0}】 【{1}層】 解鎖 【{2}】
 DifficultMode,困難模式
 SimpleMode,普通模式
 DifLvName,[困難]

+ 1 - 1
Assets/Lua/Core/PlatformPack.lua

@@ -1,7 +1,7 @@
 local PlatformPack = {
 	URL_KEY = 'http://110.40.223.119:81//',
 	SERVERLIST_URL = 'http://110.40.223.119:81//serverlist',
-	NOTIFY_URL = 'http://cxzcdn.hkhappygame.com/res/TestServerNotice/',
+	NOTIFY_URL = 'http://110.40.223.119:88/res/NoticeNew/',
 	SPECIAL_INFO_URL = 'http://110.40.223.119:81//channel',
 	CUSTOMER_SERVICE_INFO_URL = 'http://110.40.223.119:81//vipService',
 }

+ 1 - 1
Assets/Lua/Logic/ClimbingTower/ClimbingTowerDataMgr.lua

@@ -590,7 +590,7 @@ function ClimbingTowerDataMgr:GetWjTowerUnlockLv()
     return 1001
 end
 function ClimbingTowerDataMgr:GetWjIsUnlock()
-    return false
+    return true
 end
 
 function ClimbingTowerDataMgr:GetModelockInfo(mode)

+ 5 - 0
Assets/Lua/UI/UIClimbingTower/UIClimbingTowerView.lua

@@ -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()

+ 1 - 1
ProjectSettings/ProjectSettings.asset

@@ -846,7 +846,7 @@ PlayerSettings:
   webGLDecompressionFallback: 1
   webGLPowerPreference: 1
   scriptingDefineSymbols:
-    Android: USE_LUA;VUPLEX_CCU;BUGLY;FPS_DISABLE;GAME_DEBUG
+    Android: USE_LUA;VUPLEX_CCU;FPS_DISABLE;GAME_DEBUG
     Standalone: USE_LUA;VUPLEX_CCU
     WebGL: USE_LUA;VUPLEX_CCU
     iPhone: USE_LUA;VUPLEX_CCU