diff --git a/Assets/ManagedResources/Prefabs/UI/GodsWay/GodsWayTreasurePanel.prefab b/Assets/ManagedResources/Prefabs/UI/GodsWay/GodsWayTreasurePanel.prefab index a8d65afd88..3b5e050479 100644 --- a/Assets/ManagedResources/Prefabs/UI/GodsWay/GodsWayTreasurePanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/GodsWay/GodsWayTreasurePanel.prefab @@ -128,7 +128,7 @@ PrefabInstance: - target: {fileID: 1195522480809803017, guid: 807c01db712c1334a813e0e22a3dcbc7, type: 3} propertyPath: m_FontData.m_FontSize - value: 40 + value: 38 objectReference: {fileID: 0} - target: {fileID: 1195522480809803017, guid: 807c01db712c1334a813e0e22a3dcbc7, type: 3} diff --git a/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/GodsWayTreasurePanel.lua b/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/GodsWayTreasurePanel.lua index 4b4b3f7eda..0394a2eaaf 100644 --- a/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/GodsWayTreasurePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/GodsWayTreasurePanel.lua @@ -79,7 +79,7 @@ local curFloor=0 local giftId -- 打开,重新打开时回调 function GodsWayTreasurePanel:OnShow() - this.tips.text = "激活秘宝后可领取额外奖励" + this.tips.text = "一次购买永久激活 激活秘宝后可领取额外奖励" curFloor=GodsWayTowerManager.GetTowerFloorByType(curType) --this.time.text=TimeToDHMS(TreasureOfHeavenManger.resetTime - GetTimeStamp()) local config=ConfigManager.GetConfigData(ConfigName.DuoDuiTowerConfig,curType)