<wx-open-subscribe v-show="isBtnshow==6" @success="success" @error="subError" :template="timeplate" id="subscribe-btn">
<script type="text/wxtag-template">
<style>
.btns {
width: 100%;
text-align:center;
color:#fff;
font-size:15px;
}
</style>
<p class="btns">开始学习</p>
</script>
</wx-open-subscribe>
你好,提供你的帐号appid,刷新前后截图,页面链接等信息。
无法显示订阅标签的问题
1、请注意更新到最新版的开发者工具,下载地址:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html
2、请确认 wx.config 里有申请开放标签的权限,参考文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
3、如仍未调试成功,请提供具体的appid、代码、报错信息和截图。