From e70c9eb751df530ba6f4e01cfda6619f7763d63c Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 18 May 2021 20:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E6=98=9F=E9=AB=98=E7=85=A7=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua index f99591619e..01df5aacc1 100644 --- a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua @@ -13,8 +13,8 @@ function FuXingGaoZhao:InitComponent() self.backBtn = Util.GetGameObject(self.gameObject,"Content/btnBack") self.effect = Util.GetGameObject(self.gameObject,"Content/UI_effect_LuckyCatPanel_normal") self.time = Util.GetGameObject(self.gameObject,"Content/Time"):GetComponent("Text") - self.price = Util.GetGameObject(self.gameObject,"Content/bg/zi/price"):GetComponent("Text") - self.price.text = 1500 + self.price = Util.GetGameObject(self.gameObject,"Content/bg/zi/price"):GetComponent("Image") + self.price.sprite = Util.LoadSprite(ConfigManager.GetConfigData(ConfigName.SpecialConfig,114).Key) self.getBtn = Util.GetGameObject(self.gameObject,"Content/getBtn") FuXingGaoZhaoManager.InitRewardData() self.mid = Util.GetGameObject(self.gameObject,"Content/mid")