Commit 374cc1f8 by 王昆

gsb

parent 5536b53b
...@@ -1451,7 +1451,7 @@ class LaoActionApi extends APIBase { ...@@ -1451,7 +1451,7 @@ class LaoActionApi extends APIBase {
} catch (e) { } catch (e) {
companyInfo = {}; companyInfo = {};
} }
return system.getResultSuccess(config.companyInfo); return system.getResultSuccess(companyInfo);
} catch (e) { } catch (e) {
console.log(e); console.log(e);
return system.getErrResult2("您的网络不稳, 请稍后重试") return system.getErrResult2("您的网络不稳, 请稍后重试")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment