Hanks10100 commented on issue #1513: JS Service无法调用 URL: https://github.com/apache/incubator-weex/issues/1513#issuecomment-420878938 The first argument of `service.register` (`options.KSService` in your example) should be the same string with what native registered. The document assumed the `options` variable is passed form native, it's unnecessary for js service. We'll revise it later. > `service.register` 的第一个参数应该和 native 注册名称一样的字符串,文档例子里假设客户端已经把 options 变量传过去了(有助于确保注册名一致),其实不是必须的,稍后文档里改掉。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
