-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JBArgument Parse error #25
Comments
这个原因是解析传递的json出问题。你们把自己的内容encode 一下再传递?应该可以解决这个问题 |
在安卓端有没有办法解决?? |
好的 辛苦大佬了 等你更新 |
我还是不能100%确定什么原因导致的呀,你这个是偶现?你最好给我抓一份传递的参数我来分析一下 |
大佬可以加个联系方式吗? QQ:543069316 |
我在执行callback.apply方法的时候传的是JsonObject 但是JS拿到的数据格式是String 这是什么原因?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一直报JBArgument Parse error
jsBridge.networkInfo({
success:function(e){
Dialog({
title: "成功",
content: e
});
},
fail:function(e){
Dialog({
title: "成功",
content: e
});
}
})
js端就这样调用,偶发性会报Parse error
The text was updated successfully, but these errors were encountered: