开发者工具版本: stable 1.03.2010240
jssdk版本: https://res2.wx.qq.com/open/js/jweixin-1.6.0.js
结果:无法显示按钮
如图所示,配置了两个组件,但最终只生效了一个,且页面也未显示订阅通知按钮组件,组件代码如下,请各位大神指教
<wx-open-subscribe template="AjyalCkuD1OLn030WW4efM0xy7y6bX-jK9JovR4XpKY" id="subscribe-btn">
<template slot="style">
<style>
.subscribe-btn {
/*对应标签样式*/
width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
color: #fff;
background-color: #07c160;
}
</style>
</template>
<template>
<button class="subscribe-btn">
一次性模版消息订阅
</button>
</template>
</wx-open-subscribe>
wx-open-subscribe 不应该放在 jsApiList 里面呀,应该放在 openTagList 里面
你好解决了吗