添加妖晶不足提示
parent
5ed4d34201
commit
446d9c85ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue