Merge branch 'xma/dev' of http://60.1.1.230/gaoxin/JL_Client into xma/dev
commit
2cf5293192
|
@ -665,19 +665,19 @@ function this.WeedCardActivityIsShowRedPoint()
|
||||||
end
|
end
|
||||||
--检测战力排行活动红点
|
--检测战力排行活动红点
|
||||||
function this.WarPowerSortActivityIsShowRedPoint()
|
function this.WarPowerSortActivityIsShowRedPoint()
|
||||||
local expertRewardTabs = this.GetActivityTypeInfo(ActivityTypeDef.WarPowerReach)
|
-- local expertRewardTabs = this.GetActivityTypeInfo(ActivityTypeDef.WarPowerReach)
|
||||||
if expertRewardTabs then
|
-- if expertRewardTabs then
|
||||||
for i = 1, #expertRewardTabs.mission do
|
-- for i = 1, #expertRewardTabs.mission do
|
||||||
local conFigData = ConfigManager.GetConfigData(ConfigName.ActivityRewardConfig, expertRewardTabs.mission[i].missionId)
|
-- local conFigData = ConfigManager.GetConfigData(ConfigName.ActivityRewardConfig, expertRewardTabs.mission[i].missionId)
|
||||||
local value = conFigData.Values[1][1]
|
-- local value = conFigData.Values[1][1]
|
||||||
if expertRewardTabs.mission[i].state == 0 then
|
-- if expertRewardTabs.mission[i].state == 0 then
|
||||||
if expertRewardTabs.value >= value then
|
-- if expertRewardTabs.value >= value then
|
||||||
--Log("红点红点 ")
|
-- --Log("红点红点 ")
|
||||||
return true
|
-- return true
|
||||||
end
|
-- end
|
||||||
end
|
-- end
|
||||||
end
|
-- end
|
||||||
end
|
-- end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
--限时活动里是否有活动开启 > 0 说明有开启的活动
|
--限时活动里是否有活动开启 > 0 说明有开启的活动
|
||||||
|
|
Loading…
Reference in New Issue