代码块:
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
求定位问题地址呀,反馈一个月了 始终无人回应 是App被拉黑了?
https://juejin.cn/post/7033757418085580831/
是不是用链接跳转的页面?这边发现用链接跳转到页面的话,这个标签会失效然后报错launch:fail