app.json 中配置 "plugins": { "chatbot": { "version": "1.1.0", "provider": "wx738958e0f4c894f9" } }, 页面的json配置 { "usingComponents": { "chat": "plugin://chatbot/chat" } } 在页面的配置json内进行配置 "plugin://chatbot/chat" 还有 var plugin = requirePlugin("chatbot"); chatbot 名字 与 app.json 中配置 中的插件名字一致, 而官方文档 app.json插件名是 myPlugin,requirePlugin也是 requirePlugin("myPlugin");页面的配置json内 却是 "plugin://chatbot/chat" ,官方文档不够严谨
Component is not found in path "plugin://chatbot/c都按照要求配置了,报这个是什么原因呢 VM3902 WAService.js:2 SystemError (jsEnginScriptError) Component is not found in path "plugin://chatbot/chat" (using by "pages/index/index") Error: Component is not found in path "plugin://chatbot/chat" (using by "pages/index/index")
2021-07-23已解决,问题定位原因是因为在A方法中使用showLoading,在B方法与A方法的回调函数中均使用hideLoading,真机调试报错。
paused on promise rejection ?真机调试模式下总是出现paused on promise rejection,没办法定位到具体位置,而且断点下一步之后,代码正常运行;开发工具中及预览模式均正常,没有报错[图片] [图片]
2020-03-02好像是id值的原因,开发文档中为选填项,但现在好像为必填项,如果不填写id值,bindmarktap事件不生效
部分机型map的bug部分机型调用map组件, 如果markers中含有label,有些markers点击不会调用bindmarkertap方法 [图片]
2018-10-11