From 7bf43f37f5b01ca34cbbbabea8d4f06a9d074cbc Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sun, 26 Dec 2021 11:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8C=82=E6=9C=BA=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E3=80=91=E4=BD=BF=E7=94=A8=E7=95=8C=E9=9D=A2=E6=96=87=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Bag/BagResolveAnCompoundPanel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Bag/BagResolveAnCompoundPanel.lua b/Assets/ManagedResources/~Lua/Modules/Bag/BagResolveAnCompoundPanel.lua index 1de1161012..ecacd431ed 100644 --- a/Assets/ManagedResources/~Lua/Modules/Bag/BagResolveAnCompoundPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Bag/BagResolveAnCompoundPanel.lua @@ -328,6 +328,10 @@ function this.OnShowLayout3Data() this.btnCompoundText.text=Language[10195] local maxCompoundValue = itemData.num-- math.floor(itemData.num/itemData.itemConfig.UsePerCount) compoundMaxNum=maxCompoundValue > gameSetting.OpenBoxLimits and gameSetting.OpenBoxLimits or maxCompoundValue + elseif itemData.itemConfig.ItemType==ItemType.TimeIsGold then--挂机产出 + this.nameText.text=Language[10195] + this.btnCompoundText.text=Language[10195] + compoundMaxNum=itemData.num else itemResolveType=itemData.itemConfig.ItemBaseType this.nameText.text=Language[10196]