【寻宝迷踪】提交
parent
edc728227c
commit
d017873b79
|
@ -550,6 +550,7 @@ UpViewRechargeType = {
|
|||
XiuXian = 1226,--修仙花费
|
||||
LuoFuJingShi = 1207,--罗浮晶石
|
||||
SuiFanXingCheng = 1007, -- 碎繁星辰
|
||||
XunBaoMiZong = 1229, --宝图碎片
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue