【灵兽系统】 bug

zhangqiang 2020-10-28 19:49:14 +08:00
parent fee2af0b86
commit 4d4cd55010
3 changed files with 3 additions and 1 deletions

View File

@ -523,6 +523,7 @@ UpViewRechargeType = {
Celebration = 50003,--社稷赏
PuTiZi = 1203,--菩提子
XianLingCao = 1202,--仙灵草
YHMF= 21,--妖魂魔符
}
SHOP_PAGE = {

View File

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

View File

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