【道具自选箱】宝箱开启数量不能为0
parent
200d59bb4d
commit
d2d9818fa9
|
|
@ -209,7 +209,7 @@ function RewardBoxPanel:OnBtnSureClick()
|
|||
if curId then
|
||||
local data = {itemData.id,curId,curNum}
|
||||
if curNum <= 0 then
|
||||
PopupTipPanel.ShowTip(Language[10201])
|
||||
PopupTipPanel.ShowTip("宝箱开启数量不能为0")
|
||||
return
|
||||
end
|
||||
NetManager.UseAndPriceItemRequest(6,data,function (drop)
|
||||
|
|
|
|||
Loading…
Reference in New Issue