https://juejin.cn/post/7033757418085580831/
微信开放标签wx-lanuch-app fail lanuch fail?代码块: wx.config({ debug: params.debug, timestamp: params.timestamp, nonceStr: params.noncestr, appId: wxbfa5d32ab7a07e44, // 公众号Id,已确保无误; signature: res.signature, jsApiList: ['onMenuShareTimeline', 'onMenuShareAppMessage'], openTagList: ['wx-open-launch-app'], }); <wx-open-launch-app id="launch-btn" appid="wx6c4e742874e2d7e5"> // appId 已经确保无误; <template> <style> .btn { padding: 12px; } </style> <button class="btn">App内查看</button> </template> </wx-open-launch-app> 微信开放平台设置,确保1级目录; 微信公众平台设置,确保与开放平台js安全域名一致; [图片] [图片] [图片]线上体验地址:[图片] 页面报错内容[图片] lanuch:fail_check_fail
05-24