【神将来源】获取途径报错修改
parent
a8e619b8c6
commit
14b6087d77
|
@ -73,6 +73,9 @@ function JumpViewNew:OnOpen(jumpId,heroConfig,parent)
|
|||
elseif self.jumpSData.Type == JumpType.ZhuTiHuoDong then
|
||||
self.costIconPos.gameObject:SetActive(false)
|
||||
self.desc.text = "每期轮替可召唤的神将"
|
||||
elseif self.jumpSData.Type == JumpType.StateActivity then
|
||||
self.costIconPos.gameObject:SetActive(false)
|
||||
self.desc.text = "需要设置为心愿神将"
|
||||
elseif self.jumpSData.Type == JumpType.Store then
|
||||
if self.jumpSData.Skipfactor[1] == SHOP_TYPE.ENDLESS_SHOP then
|
||||
self.info.text = self.info.text.."(需刷新)"
|
||||
|
|
Loading…
Reference in New Issue