代码块:
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安全域名一致;
线上出现现象:已正常唤起开放标签,但是跳转App时提示fail_check;
线上demo地址:https://m.dcdapp.com/motor/bscloud/pages/wx.html ;
跟进人微信:18865575006;
急;希望能给予问题定位🔥
差不多同样的问题,最后怎么解决的?