Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
gaoxin 2020-08-22 20:50:59 +08:00
commit 1700c3bf80
3 changed files with 6 additions and 1 deletions

View File

@ -589,7 +589,10 @@ function this.ExpterActivityIsShowRedPoint(activeIndex)
if expertRewardTabs.value >= value and expertRewardTabs.mission[i].progress >= 0 then
return true
end
elseif activeType == ActivityTypeDef.FastExplore then
if expertRewardTabs.value >= value then
return true
end
else
if expertRewardTabs.value >= value then
--Log("限时红点 --------------- true")

View File

@ -234,6 +234,7 @@ function Expert:ActivityRewardSingleShow(index,rewardData)
NetManager.GetActivityRewardRequest(rewardData.missionId, expertRewardTabs.activityId, function(drop)
UIManager.OpenPanel(UIName.RewardItemPopup,drop,1,function()
this:OnShowData(activeIndext)
CheckRedPointStatus(RedPointType.Expert_FastExplore)
end)
end)
end)

View File

@ -215,6 +215,7 @@ function this.HandExplore()
this.RefreshItemNum()
end)
end
CheckRedPointStatus(RedPointType.Expert_FastExplore)
else
PopupTipPanel.ShowTip(Language[10060])
end