勇冠三军累计充值领取按钮状态修复
parent
95dcbfb0c7
commit
83b1d46e2a
|
|
@ -484,13 +484,14 @@ end
|
||||||
|
|
||||||
-- 检测进度
|
-- 检测进度
|
||||||
function this.CheckMoneyProgress(v)
|
function this.CheckMoneyProgress(v)
|
||||||
if v.activityId == ActivityTypeDef.FirstRecharge
|
local type = ConfigManager.GetConfigData(ConfigName.GlobalActivity,v.activityId).Type
|
||||||
or v.activityId == ActivityTypeDef.LuckyCat
|
if type == ActivityTypeDef.FirstRecharge
|
||||||
or v.activityId == ActivityTypeDef.DailyRecharge
|
or type == ActivityTypeDef.LuckyCat
|
||||||
|
or type == ActivityTypeDef.DailyRecharge
|
||||||
-- or v.activityId == ActivityTypeDef.ContinuityRecharge
|
-- or v.activityId == ActivityTypeDef.ContinuityRecharge
|
||||||
or v.activityId == ActivityTypeDef.AccumulativeRechargeExper
|
or type == ActivityTypeDef.AccumulativeRechargeExper
|
||||||
or v.activityId == ActivityTypeDef.pozhenzhuxian_recharge
|
or type == ActivityTypeDef.DynamicAct_recharge
|
||||||
or v.activityId == ActivityTypeDef.FindFairyCeremony then
|
or type == ActivityTypeDef.FindFairyCeremony then
|
||||||
|
|
||||||
for n, m in ipairs(v.mission) do
|
for n, m in ipairs(v.mission) do
|
||||||
m.progress = m.progress / 1000
|
m.progress = m.progress / 1000
|
||||||
|
|
@ -540,6 +541,7 @@ function this.RefreshActivityRedPoint()
|
||||||
CheckRedPointStatus(RedPointType.Expert_Talisman)
|
CheckRedPointStatus(RedPointType.Expert_Talisman)
|
||||||
CheckRedPointStatus(RedPointType.Expert_SoulPrint)
|
CheckRedPointStatus(RedPointType.Expert_SoulPrint)
|
||||||
CheckRedPointStatus(RedPointType.Expert_AccumulativeRecharge)
|
CheckRedPointStatus(RedPointType.Expert_AccumulativeRecharge)
|
||||||
|
CheckRedPointStatus(RedPointType.DynamicActRecharge)
|
||||||
CheckRedPointStatus(RedPointType.CourtesyDress_SevenDay)
|
CheckRedPointStatus(RedPointType.CourtesyDress_SevenDay)
|
||||||
CheckRedPointStatus(RedPointType.LuckyCat_GetReward)
|
CheckRedPointStatus(RedPointType.LuckyCat_GetReward)
|
||||||
CheckRedPointStatus(RedPointType.Expert_LuckyTurn)
|
CheckRedPointStatus(RedPointType.Expert_LuckyTurn)
|
||||||
|
|
@ -553,7 +555,7 @@ function this.RefreshActivityRedPoint()
|
||||||
CheckRedPointStatus(RedPointType.FindFairy_OneView)
|
CheckRedPointStatus(RedPointType.FindFairy_OneView)
|
||||||
CheckRedPointStatus(RedPointType.FindFairy_ThreeView)
|
CheckRedPointStatus(RedPointType.FindFairy_ThreeView)
|
||||||
CheckRedPointStatus(RedPointType.FindFairy_FourView)
|
CheckRedPointStatus(RedPointType.FindFairy_FourView)
|
||||||
CheckRedPointStatus(RedPointType.pozhenzhuxianTask)
|
CheckRedPointStatus(RedPointType.DynamicActTask)
|
||||||
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
|
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue