仙晶礼包修改
parent
6a44a24e2b
commit
76c744eba3
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue