wx-open-launch-weapp中的button不显示
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html 需要通过开放标签wx-open-launch-weapp从公众号网页进入微信小商店 公众号已认证: [图片] JS接口安全域名已配置了域名: [图片] 前端vue开发环境,main.js有Vue.config.ignoredElements = ['wx-open-launch-weapp'] jweixin-1.6.0.js也是引入了的 wx.config里面有openTagList: ['wx-open-launch-weapp'],开启debug模式 结果提示OK 使用代码: <div v-if="showWxOpenApp">
<wx-open-launch-weapp id="launch-btn" username="gh_d89196d314a2" @launch="handleLaunchFn" @error="handleErrorFn" path="__plugin__/wx34345ae5855f892d/pages/productDetail/productDetail.html?productId=1845991">
<script type="text/wxtag-template">
<style>
.btn1 {
font-size: 1.5rem;
}
</style>
<button class="btn1">打开小程序</button>
</script>
</wx-open-launch-weapp>
</div>
代码中showWxOpenApp初始值为false,wx.config的debug模式为true,提示了OK之后把showWxOpenApp赋值为true,
然后开发工具中的Elements栏里面的网页代码里面显示了wx-open-launch-weapp的代码,
开发工具没有显示button按钮说的好像是正常的,但手机上也没有显示