diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_SendView.lua b/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_SendView.lua index 860a3413da..fdcd628bda 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_SendView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_SendView.lua @@ -258,7 +258,7 @@ function this.RechargeSuccessFunc(id) OperatingManager.RefreshGiftGoodsBuyTimes(GoodsTypeDef.DirectPurchaseGift, id) local redpack=ConfigManager.GetConfigData(ConfigName.GuildRedPackConfig,curIndex) this.SetInfo(curIndex) - -- PopupTipPanel.ShowTip(string.format( Language[11051],GetLanguageStrById(redpack.Name))) + PopupTipPanel.ShowTip(string.format("成功发送%s",GetLanguageStrById(redpack.Name))) ChatManager.RequestSendRedPacket(curIndex) end