把基础调试库更换低版本
微信开发工具更新后,为什么所有.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. 有大佬解决吗?
2022-11-02插个点,同问!!!
<wx-open-launch-weapp>不显示&无法跳转?nuxt项目页面,按照文档先后配置好了js接口安全域名——1.6.0版本jssdk——配置config opentaglist ——jsApiList配置成必填 使用官方文档的提供的按钮显示,点击无任何反应:链接 https://m.kuaikanmanhua.com/preview/demo/openmini <template> <style>.btn { padding: 12px }</style> <button class="btn">打开小程序</button> </template> 使用<script type="text/wxtag-template">,按钮不显示 <script type="text/wxtag-template"> <style >.btn { padding: 12px; border: 1px solid blue;}</style> <button class="btn">打开小程序0</button> </script> 以上两种情况 config均返回成功,希望官方给予解答,或者有遇到的同学给一些参考
2021-05-07大佬解决了吗?我也是这样
wx配wx-open-launch-weapp,同一域名开发工具正常,微信报config:fail?wx.config({ debug: true, appId: data.appId, // 必填,公众号的唯一标识 timestamp: data.timestamp, // 必填,生成签名的时间戳 nonceStr: data.nonceStr, // 必填,生成签名的随机串 signature: data.signature, // 必填,签名 openTagList:['wx-open-launch-weapp'], jsApiList: [] }); 同一域名在开发工具正常使用,真机报错config:fail,也不说具体啥问题 [图片] 真机微信上 [图片] 微信开发工具
2021-05-06