From e2c5b69f382e6ad0b5cd7167bf7c1c1f6c981394 Mon Sep 17 00:00:00 2001 From: 2han9B1a0 Date: Fri, 3 Jul 2020 16:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E7=BA=A7=E6=88=90=E9=95=BF=E9=87=8Cbu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Expert/HeroStarFeedPage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/HeroStarFeedPage.lua b/Assets/ManagedResources/~Lua/Modules/Expert/HeroStarFeedPage.lua index 2e55bc0612..ef077d2b02 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/HeroStarFeedPage.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/HeroStarFeedPage.lua @@ -47,7 +47,7 @@ end -- 充值成功回调 function HeroStarFeedPage:RechargeSuccessFunc(id) FirstRechargeManager.RefreshAccumRechargeValue(id) - OperatingManager.RefreshGiftGoodsBuyTimes(GoodsTypeDef.DemonCrystal, id) + -- OperatingManager.RefreshGiftGoodsBuyTimes(GoodsTypeDef.DemonCrystal, id)--后端推了 self:FreshRewardShow() end