各位大佬好,
我们项目中想在h5通过开放标签跳转小程序,公众号后台JS接口安全域名已经配置,vue中的代码如下:
<wx-open-launch-weapp
id="launch-btn"
username="gh_e7280cf2950e"
path="guanzhuyouli/pages/index/index.html"
name=""
>
<template>
<button class="xiaochengxu">前往小程序</button>
</template>
</wx-open-launch-weapp>
签名校验返回配置成功,但是开放标签下面的按钮直接消失了,另外返回的配置成功信息里面没有openTagList字段,jsApiList字段配置成功会返回,各位大佬能帮忙看看哪里有问题吗?