勇冠三军累计充值领取按钮状态修复
parent
95dcbfb0c7
commit
83b1d46e2a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue