wx.config配置分享成功了,但是开放标签无效,手机上按钮也没出来
相关代码如下:
<style type="text/css">.testBtn *{width: 100%;height: 100%;}</style>
<div class="testBtn" style="background: #007AFF;width: 120px;height: 100px;">
<wx-open-launch-weapp id="launch-btn" username="gh_***" path="pages/shopping/index/index.html">
<template>
<style>.btn { padding: 12px; height: 100px; width: 120px; }</style>
<button class="btn">打开小程序</button>
</template>
</wx-open-launch-weapp>
</div>
wx.config({
debug: false,
appId: jssdk.appId,
timestamp: jssdk.timestamp,
nonceStr: jssdk.nonceStr,
signature: jssdk.signature,
jsApiList: ['updateAppMessageShareData','updateTimelineShareData','onMenuShareAppMessage', 'onMenuShareTimeline' ],
openTagList:['wx-open-launch-weapp']
});
请问下这个公众号为认证的订阅号, 可以使用openTagList吗? 现在返回为空
楼主你怎么解决的?
https://juejin.im/post/6868526637458128903 跳转总结文章,有问题可以看看
已解决,是代码错了,开放标签是可以使用的。问题的代码已更正,有需要的可以参考
你好,提供下服务号的appid,贴一下测试链接。