From 8152d96e1e930456faa263281fe388c12fae65c4 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Mon, 21 Jun 2021 10:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A6=8F=E6=98=9F=E9=AB=98=E7=85=A7?= =?UTF-8?q?=E3=80=91=E9=A2=86=E5=8F=96=E5=AE=8C=E6=89=80=E6=9C=89=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E5=90=8E=EF=BC=8C=E6=8C=89=E9=92=AE=E7=BA=A2=E7=82=B9?= =?UTF-8?q?=E4=B8=8D=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua index 2c57ac9350..1d7bab5184 100644 --- a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua @@ -55,6 +55,7 @@ function FuXingGaoZhaoPanel:BindEvent() self.timer = nil end self:Refresh() + CheckRedPointStatus(RedPointType.FuXingGaoZhaoPanel) end) end) end @@ -62,6 +63,7 @@ function FuXingGaoZhaoPanel:BindEvent() NetManager.GetActivityRewardRequest(-1,self.data.activityId,function (drop) UIManager.OpenPanel(UIName.RewardItemPopup, drop, 1,function() self:Refresh() + CheckRedPointStatus(RedPointType.FuXingGaoZhaoPanel) end) end) end