1
0
hliang 1 жил өмнө
parent
commit
fe8710b92b
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      resouces/JsEnv_Dev.js

+ 2 - 2
resouces/JsEnv_Dev.js

@@ -114,7 +114,7 @@ Hlclient.prototype.handlerRequest = function (requestJson) {
 
     } catch (e) {
         console.log("error: " + e);
-        _this.sendResult(action + e);
+        _this.sendResult(action, e);
     }
 }
 
@@ -133,4 +133,4 @@ function transjson(formdata) {
     tjson = JSON.parse(tens)
     tjson.param = paramstring
     return tjson
-}
+}