福星高照提交

dev_chengFeng
jiaoyangna 2021-05-18 20:22:26 +08:00
parent f7ee7f5642
commit e70c9eb751
1 changed files with 2 additions and 2 deletions

View File

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