From b41e5ed0b6e192c45ba27c57a59380376b1b198d Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 28 Oct 2021 16:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1018877=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E5=A5=BD=E6=84=9F=E5=BA=A6=E9=80=8D=E9=81=A5=E6=B8=B8=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E3=80=91=E4=BA=91=E6=B8=B8=E5=80=BC=E6=B6=88=E8=80=97?= =?UTF-8?q?=E8=BF=98=E5=89=A95=E7=82=B9=E4=B8=8D=E8=B6=B3=E4=BB=A5?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E6=93=8D=E4=BD=9C=EF=BC=8C=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E7=BA=A2=E7=82=B9=E6=B2=A1=E6=9C=89=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Likability/LikeAbilityPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua index 5678bf86fe..b231d45a6b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua @@ -142,6 +142,7 @@ function LikeAbilityPanel:OnShow() self.btnXiaoYaoLock.gameObject:SetActive(false) end self.btnXiaoYaoText.text=string.format("%d/%d",BagManager.GetItemCountById(UpViewRechargeType.YunYouVle),PrivilegeManager.GetPrivilegeNumber(39)) + CheckRedPointStatus(RedPointType.XiaoYaoYouRedPoint) end function LikeAbilityPanel:UpdateTopLayoutPanel()