- 微信开发工具更新后,为什么所有.json文件都报错?
以下是报错信息: { "resource": "所有的.json文件", "owner": "_generated_diagnostic_collection_name_#0", "code": "768", "severity": 4, "message": "Unable to load schema from 'https://dldir1.qq.com/WechatWebDev/plugins/editor/wechat-miniprogram_wx-json/1.0.0/page_component.schema.json': Request vscode/content failed unexpectedly without providing any details.", "startLineNumber": 1, "startColumn": 1, "endLineNumber": 1, "endColumn": 2 } [图片] 微信开发工具更新之后,所有的.json文件都报错:Unable to load schema from 'https://dldir1.qq.com/WechatWebDev/plugins/editor/wechat-miniprogram_wx-json/1.0.0/page_component.schema.json': Request vscode/content failed unexpectedly without providing any details. 有大佬解决吗?
2021-12-10 - wx.navigateTo使用eventChannel真机调试无法传递数据?
这个是可以复现的代码片段(https://developers.weixin.qq.com/s/6GfrxnmB7Lv6),主要问题是wx.navigateTo(Object object) 使用eventChannel向打开页面传递参数,模拟器参数接收正常,真机调试{} 很奇怪鸭!有大佬碰到过吗? [图片]
2021-12-09 - wx.navigateTo使用eventChannel传递数据,真机调试为空?
https://developers.weixin.qq.com/s/6GfrxnmB7Lv6 上面是可重现问题的代码片段,模拟器正常,真机调试就不行了,有大佬碰到过吗?
2021-12-08 - wx.navigateTo(Object object) 模拟器上没有问题,真机调试返回空值?
wx.navigateTo(Object object) 使用eventChannel向打开页面传递参数(goods 对象),下图这样: [图片] 然后使用微信开发工具模拟器运行,没有问题,传递数据也是正常的(下图是接收的参数代码,onLoad里面) [图片] 然后使用真机调试,传递过来的数据就是{} [图片] 有大神碰到这样的问题吗?求赐教
2021-12-07