From 7958c3cf44e7e5b92614940ea97661531425feb9 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 24 Sep 2020 16:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=87=8D=E5=A4=8D=E4=B8=8B?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E5=88=A4=E6=96=AD=EF=BC=8C=E6=94=B6=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E6=94=AF=E4=BB=98=E5=9B=9E=E8=B0=83=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E8=AF=A5=E7=A4=BC=E5=8C=85=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E8=B4=AD=E4=B9=B0=EF=BC=8C=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E6=9C=8D=E5=B7=B2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Pay/PayManager.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua b/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua index 03e7eba783..7e28622b4b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua @@ -34,11 +34,11 @@ function this.Pay(id, func) if not func then func = function()end end - if this.EventTrigger[id] then - LogError("重复发起购买商品的请求,商品id = "..id..", uid = "..PlayerManager.uid) - PopupTipPanel.ShowTip("您有一个相同的订单正在处理,请稍后再试") - return - end + -- if this.EventTrigger[id] then + -- LogError("重复发起购买商品的请求,商品id = "..id..", uid = "..PlayerManager.uid) + -- PopupTipPanel.ShowTip("您有一个相同的订单正在处理,请稍后再试") + -- return + -- end this.EventTrigger[id] = func LogError("发起购买商品的请求,商品id = "..id) --直购商品