小程序跳转按钮:<wx-open-launch-weapp>怎么不显示?
在使用vue框架页面,按照文档先后配置好了js接口安全域名——1.6.0版本jssdk——配置config opentaglist——使用<script type="text/wxtag-template"></script>包括button,html代码如下 <wx-open-launch-weapp
username="gh_ebfb250249c1"
@error="launchAppError"
@launch="launchAppLaunch"
@ready="launchAppReady"
>
<script type="text/wxtag-template">
<style>.btn { display: flex;align-items: center; }</style>
<button class="btn"
style="border-radius: 55px;font-size:15px;color:#ffffff;font-weight:700;padding: 0 50px;height:45px;line-height: 45px;background-color: #FF9700;margin: 0 auto;"
>立即打开小程序</button>
</script>
</wx-open-launch-weapp>