小程序是已经上线可以正常单入进入,但是在h5页面用wx-open-launch-weapp打开小程序的时候ios会提示缺少ID,安卓会提示信息不完整,无法启动,附上vue代码
<wx-open-launch-weapp id="launch-btn" username="gh_************" path="/pages/index/index.html">
<script type="text/wxtag-template">
<style>.btn { padding: 12px }</style>
<button class="btn">打开小程序<button>
</script>
</wx-open-launch-weapp>
附带问一下,跳转的小程序必须要是公众号关联的小程序吗?有没有这个限制?(文档中并没写)
使用带gh_的id才可以
麻烦提供一下复现问题的地址。