勇冠三军累计充值领取按钮状态修复

dev_chengFeng
JieLing 2020-09-28 18:15:07 +08:00
parent 95dcbfb0c7
commit 83b1d46e2a
1 changed files with 9 additions and 7 deletions

View File

@ -484,13 +484,14 @@ end
-- 检测进度
function this.CheckMoneyProgress(v)
if v.activityId == ActivityTypeDef.FirstRecharge
or v.activityId == ActivityTypeDef.LuckyCat
or v.activityId == ActivityTypeDef.DailyRecharge
local type = ConfigManager.GetConfigData(ConfigName.GlobalActivity,v.activityId).Type
if type == ActivityTypeDef.FirstRecharge
or type == ActivityTypeDef.LuckyCat
or type == ActivityTypeDef.DailyRecharge
-- or v.activityId == ActivityTypeDef.ContinuityRecharge
or v.activityId == ActivityTypeDef.AccumulativeRechargeExper
or v.activityId == ActivityTypeDef.pozhenzhuxian_recharge
or v.activityId == ActivityTypeDef.FindFairyCeremony then
or type == ActivityTypeDef.AccumulativeRechargeExper
or type == ActivityTypeDef.DynamicAct_recharge
or type == ActivityTypeDef.FindFairyCeremony then
for n, m in ipairs(v.mission) do
m.progress = m.progress / 1000
@ -540,6 +541,7 @@ function this.RefreshActivityRedPoint()
CheckRedPointStatus(RedPointType.Expert_Talisman)
CheckRedPointStatus(RedPointType.Expert_SoulPrint)
CheckRedPointStatus(RedPointType.Expert_AccumulativeRecharge)
CheckRedPointStatus(RedPointType.DynamicActRecharge)
CheckRedPointStatus(RedPointType.CourtesyDress_SevenDay)
CheckRedPointStatus(RedPointType.LuckyCat_GetReward)
CheckRedPointStatus(RedPointType.Expert_LuckyTurn)
@ -553,7 +555,7 @@ function this.RefreshActivityRedPoint()
CheckRedPointStatus(RedPointType.FindFairy_OneView)
CheckRedPointStatus(RedPointType.FindFairy_ThreeView)
CheckRedPointStatus(RedPointType.FindFairy_FourView)
CheckRedPointStatus(RedPointType.pozhenzhuxianTask)
CheckRedPointStatus(RedPointType.DynamicActTask)
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
end