添加妖晶不足提示

dev_chengFeng
jiaoyangna 2021-03-12 17:24:24 +08:00
parent 5ed4d34201
commit 446d9c85ea
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@ function this.SingleBoxDataShow(go,boxData,index)
MsgPanel.ShowTwo(content,function ()
MsgPanel.Hide()
end,function ()
if BagManager.GetItemCountById(16) < money then
PopupTipPanel.ShowTip(Language[10846])
MsgPanel.Hide()
end
--向服务器 发消息
NetManager.UnlockGrid(boxData.Id,1,function ()
for i = 1, #HarmonyManager.hongmengHeroInfos do