在使用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>
返回了config:ok ,jS接口安全域名也填写了, 但是就是不显示 。
答主解决木
我这儿也是本地不显示,发布到线上之后就好了
你好,你这是少了template标签,建议对照文档用例自查https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
我也出现了同样的问题
包括使用document.createElement动态插入官方示例代码也一样显示不出button,很好奇,请各路大佬解答,谢谢