已检查:
1.公众号appid:wx2449a1f84b72bf1a
和移动应用的
appid:wx4c39ef2d241ca3c2
都绑定正确
2.公众号js安全域名和开放平台js安全域名完全一致
安全域名:api.murder-mystery.cn/jqh5
3.从公众号打开的地址,分享给朋友等功能是 正常
4.config也是ok的,开发标签可以正常显示
<wx-open-launch-app
id="launch-btn"
extinfo="your-extinfo"
class="bottom-box"
appid="wx4c39ef2d241ca3c2"
>
<script type="text/wxtag-template">
<style>
.bottom-box-btn {
width: 312px;
height: 44px;
border-radius: 30px;
background-image: -webkit-linear-gradient(to top, #FFD18E, #FFEAC2);
background-image: -o-linear-gradient(to top, #FFD18E, #FFEAC2);
background-image: linear-gradient(to top,#FFD18E, #FFEAC2);
font-size: 18px;
color: #000;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 15px;
font-weight: bold;
}
</style>
<button class="bottom-box-btn">报名预约</button>
</script>
</wx-open-launch-app>
script
wx.config({
debug: true, // 默认为false 为true的时候是调试模式,会打印出日志
appId: appId,
timestamp: timestamp,
nonceStr: nonceStr,
signature: signature,
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'updateTimelineShareData',
'updateAppMessageShareData'
],
openTagList: [
'wx-open-launch-app'
]
});
就是安全域名检测看看有没有放在二级目录
解决了没有兄弟
请问解决了吗