gdl_123 пре 5 дана
родитељ
комит
d39a57120c
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      Assets/Lua/Managers/PayMgr.lua

+ 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)