【红包】提示文字修改

dev_chengFeng
gaoxin 2021-05-15 16:07:45 +08:00
parent 502eb112c0
commit 96e08c7025
1 changed files with 1 additions and 1 deletions

View File

@ -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