一直报JBArgument Parse error jsBridge.networkInfo({ success:function(e){ Dialog({ title: "成功", content: e }); }, fail:function(e){ Dialog({ title: "成功", content: e }); } }) js端就这样调用,偶发性会报Parse error
一直报JBArgument Parse error
jsBridge.networkInfo({
success:function(e){
Dialog({
title: "成功",
content: e
});
},
fail:function(e){
Dialog({
title: "成功",
content: e
});
}
})
js端就这样调用,偶发性会报Parse error