Ver Fonte

Merge branch 'hy_en' of ssh://192.168.0.8:29418/XianJing into hy_ios_en

ybx_Gdn há 11 meses atrás
pai
commit
b12b3d6083
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Assets/Lua/Managers/OpenPayMgr.lua

+ 1 - 1
Assets/Lua/Managers/OpenPayMgr.lua

@@ -254,7 +254,7 @@ end
 
 
 function OpenPayMgr:GetCurVersionCfg(version)
 function OpenPayMgr:GetCurVersionCfg(version)
     local cfg 
     local cfg 
-    if self.versionCfgs[version] == nil then
+    if self.versionCfgs==nil or self.versionCfgs[version] == nil then
         cfg = 
         cfg = 
         {
         {
             Version = version,
             Version = version,