123 1 год назад
Родитель
Сommit
5f70f4b50a

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

@@ -1,9 +1,9 @@
 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/',
-	SPECIAL_INFO_URL = 'http://110.40.223.119:81//channel',
-	CUSTOMER_SERVICE_INFO_URL = 'http://110.40.223.119:81//vipService',
+	URL_KEY = 'http://101.43.46.101:81//',
+	SERVERLIST_URL = 'http://101.43.46.101:81//serverlist',
+	NOTIFY_URL = 'http://101.43.46.101:88//res/TestServerNotice/',
+	SPECIAL_INFO_URL = 'http://101.43.46.101:81//channel',
+	CUSTOMER_SERVICE_INFO_URL = 'http://101.43.46.101:81//vipService',
 }
 
 return PlatformPack

+ 1 - 1
Assets/Lua/UI/UIRuneShop/UIRechargeWalletShopView.lua

@@ -87,7 +87,7 @@ function UIRechargeWalletShopView:RefreshShopItemByIdx(idx,data)
 		itemLua.itemIcon.image.sprite = nil
 		itemLua.itemIcon.image.enabled = false
 		itemLua.presentPrice.icon.image.enabled = false
-		
+		itemLua.presentPrice.currency:SetActive(false)
 		local cfgData = ManagerContainer.CfgMgr:GetPurseShopCfgById(idx)
 		if cfgData then
 			CommonUtil.LoadIcon(self, cfgData.Pic, function(sprite)

+ 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;BUGLY;FPS_DISABLE;GAME_DEBUG;GAME_ONE
     Standalone: USE_LUA;VUPLEX_CCU
     WebGL: USE_LUA;VUPLEX_CCU
     iPhone: USE_LUA;VUPLEX_CCU