From 76c744eba34d691803ea1e52a47273f14e67677f Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Sat, 11 Feb 2023 13:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=99=E6=99=B6=E7=A4=BC=E5=8C=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua index bfccc2c6bb..518a6ef55b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua @@ -331,7 +331,8 @@ end function GiftPre:SetType2() self.type2.gameObject:SetActive(true) --self.type2Text1.text = self.data.data.shows[1][2]/1000 - if self.data.data.shopItemData and self.data.data.shopItemData.GainCrystals then + --self.type2Text1.text=self.data.data.shopItemData.GainCrystal[1][2] + if self.data.data.shopItemData and self.data.data.shopItemData.GainCrystal then self.type2Text1.text=self.data.data.shopItemData.GainCrystal[1][2] else self.type2Text1.text = self.data.data.shows[1][2]