【灵兽系统】 bug
parent
fee2af0b86
commit
4d4cd55010
|
|
@ -523,6 +523,7 @@ UpViewRechargeType = {
|
|||
Celebration = 50003,--社稷赏
|
||||
PuTiZi = 1203,--菩提子
|
||||
XianLingCao = 1202,--仙灵草
|
||||
YHMF= 21,--妖魂魔符
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
|||
|
|
@ -275,7 +275,6 @@ end
|
|||
|
||||
function PokemonSummonPanel:OnClose()
|
||||
self.gameObject:SetActive(false)
|
||||
self.detail.gameObject:SetActive(false)
|
||||
if self.timer then
|
||||
self.timer:Stop()
|
||||
self.timer = nil
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ local _ShowPlusType = {
|
|||
UpViewRechargeType.EndlessCoin,
|
||||
UpViewRechargeType.XianLingCao,
|
||||
UpViewRechargeType.PuTiZi,
|
||||
UpViewRechargeType.YHMF,
|
||||
}
|
||||
|
||||
-- 判断是否显示加号
|
||||
|
|
@ -349,6 +350,7 @@ function UpView:RechargeType(_type)
|
|||
_type==UpViewRechargeType.TianGong or
|
||||
_type==UpViewRechargeType.PuTiZi or
|
||||
_type==UpViewRechargeType.XianLingCao or
|
||||
_type==UpViewRechargeType.YHMF or
|
||||
_type==UpViewRechargeType.EndlessCoin
|
||||
then
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||
|
|
|
|||
Loading…
Reference in New Issue