gdl_123 1 сар өмнө
parent
commit
d39a57120c

+ 6 - 6
Assets/Lua/Managers/PayMgr.lua

@@ -124,14 +124,14 @@ function PayMgr:OnGetPayInfoAck(data)
 
     local rmbCb = function ()
         LogError("============正常流程==============")
-        local strArr = string.split(data.goods_name,",")
-        local strArrCount = #strArr
+        --local strArr = string.split(data.goods_name,",")
+        --local strArrCount = #strArr
         local cbUrl = data.goods_name
         local payType = -1
-        if strArrCount  >= 2 then 
-            cbUrl = strArr[1]
-            payType = strArr[2] + 0
-        end
+        -- if strArrCount  >= 2 then 
+        --     cbUrl = strArr[1]
+        --     payType = strArr[2] + 0
+        -- end
 
         payType = ManagerContainer.OpenPayMgr:GetCurPayMode()
         --ManagerContainer.SDKEventReportMgr:SendEvent(26)