【寻宝迷踪】提交

dev_chengFeng
ZhangBiao 2021-08-10 15:27:32 +08:00
parent edc728227c
commit d017873b79
3 changed files with 5 additions and 0 deletions

View File

@ -550,6 +550,7 @@ UpViewRechargeType = {
XiuXian = 1226,--修仙花费
LuoFuJingShi = 1207,--罗浮晶石
SuiFanXingCheng = 1007, -- 碎繁星辰
XunBaoMiZong = 1229, --宝图碎片
}
SHOP_PAGE = {

View File

@ -83,6 +83,7 @@ end
function XunBaoMiZong:Refresh()
self.actData = CommonActPageManager.GetData(ActivityTypeDef.XunBaoMiZong)
if self.actData.endTime - GetTimeStamp() <= 0 then self.parent:ClosePanel() end
CheckRedPointStatus(RedPointType.XunBaoMiZong)
local configData = ConfigManager.GetConfigDataByKey(ConfigName.LotterySetting,"ActivityId",self.actData.activityId)
local itemNum = configData.CostItem[1]
self.clipNum = BagManager.GetTotalItemNum(itemNum[1])

View File

@ -56,6 +56,7 @@ local _ShowPlusType = {
UpViewRechargeType.XiuXian,
UpViewRechargeType.SuiFanXingCheng,
UpViewRechargeType.LuoFuJingShi,
UpViewRechargeType.XunBaoMiZong,
}
-- 判断是否显示加号
@ -352,6 +353,8 @@ function UpView:RechargeType(_type)
JumpManager.GoJump(40014)
elseif _type == UpViewRechargeType.HuaLingFu then--跳灵兽特惠
JumpManager.GoJump(40010)
elseif _type == UpViewRechargeType.XunBaoMiZong then--寻宝迷踪->主题活动日任务
JumpManager.GoJump(40030)
elseif _type == UpViewRechargeType.GrowthAmulet or
_type == UpViewRechargeType.Yaoh or
_type == UpViewRechargeType.Panacea or