tcx_xiyou_yueNan
DESKTOP-MMO982B\User 2026-07-28 21:45:56 +08:00
parent 97af061b6f
commit 084ed478ac
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function this.Pay(id, func)
end
local yhqNum = BagManager.GetItemCountById(108)
if yhqNum >= rechargeConfig.Price and rechargeConfig.Price > 0 then
if yhqNum >= rechargeConfig.Price and rechargeConfig.Price > 0 and rechargeConfig.OtherBuy1 and #rechargeConfig.OtherBuy1 > 0 then
local sureFunc = function()
NetManager.SendYHQBuyGoodRequest(id)
end