From 9e0e197a2bd7e2ebb526e725d4f6c2db1210358f Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Thu, 28 Apr 2022 17:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=E4=BB=A3=E5=B8=81=E9=A1=B5?= =?UTF-8?q?=E7=AD=BE=E7=BA=A2=E7=82=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/GlobalDefine.lua | 8 ++++---- .../~Lua/Modules/Player/RedpotManager.lua | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua index 49846cf6e2..34c4ccd00b 100644 --- a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua +++ b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua @@ -778,16 +778,16 @@ RedPointType = { --- 主界面商店大页签红点 Shop_Page_Recharge = 2530, Shop_Page_General = 2531, - Shop_Page_Coin = 2532, - Shop_Page_Play = 2533, + Shop_Page_Coin = 2532,--代币大页签 + Shop_Page_Play = 2533,--玩法大页签 --Shop_Page_Exchange = 2534, Shop_Page_Roam = 2535, ---=== 商店小页签 --Shop_Tab_Recharge = 25300, Shop_Tab_General = 25310, - Shop_Tab_Soul = 25320, + Shop_Tab_Soul = 25320,--魂印小页签 Shop_Tab_Secret = 25321, - Shop_Tab_God = 25322,--神印页签 + Shop_Tab_God = 25322,--神印小页签 Shop_Tab_Arena = 25330, Shop_Tab_Guild = 25331, Shop_Tab_Roam = 25350, diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index ee4b9106f9..3cacef27f6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -132,12 +132,12 @@ function this.InitRedPointAllRelate() RPData:SetParent(RedPointType.Shop_Page_Roam, RedPointType.Shop) -- === 商店小页签 RPData:SetParent(RedPointType.Shop_Tab_General, RedPointType.Shop_Page_General) - RPData:SetParent(RedPointType.Shop_Tab_Soul, RedPointType.Shop_Page_General) + RPData:SetParent(RedPointType.Shop_Tab_Soul, RedPointType.Shop_Page_Coin) RPData:SetParent(RedPointType.Shop_Tab_Secret, RedPointType.Shop_Page_Coin) RPData:SetParent(RedPointType.Shop_Tab_Arena, RedPointType.Shop_Page_Play) RPData:SetParent(RedPointType.Shop_Tab_Guild, RedPointType.Shop_Page_Play) RPData:SetParent(RedPointType.Shop_Tab_Roam, RedPointType.Shop_Page_Roam) - RPData:SetParent(RedPointType.Shop_Tab_God, RedPointType.Shop_Page_Play) + RPData:SetParent(RedPointType.Shop_Tab_God, RedPointType.Shop_Page_Coin) RPData:SetParent(RedPointType.Shop_God_Refresh, RedPointType.Shop_Tab_God) -- ====== 商店功能 RPData:SetParent(RedPointType.Shop_General_Check, RedPointType.Shop_Tab_General)