wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
1.96k stars 305 forks source link

Method XXX is not invoked, since there is not a implementation for it #101

Closed 57267612 closed 5 years ago

57267612 commented 5 years ago
57267612 commented 5 years ago

解决了,原因是前端这么写的 dsBridge.call("XXX",function(res){ }) 后面加了个function方法就接收不到信号了,删掉就可以了。