微信开放标签如何跳转到体验版小程序?

发布于 7 年前作者 yandong9066 次浏览最后编辑 7 年前来自 ask

帐号原始ID gh_xx,正式版,体验版都是一样的。

<wx-open-launch-weapp
  id="launch-btn"
  username="gh_xxxx"
  path="pages/index/index"
>
  <script type="text/wxtag-template">
    {/* <style>.btn { padding: 12px }</style> */}
    <button ref={button} class="btn">
      打开小程序
    </button>
  </script>
</wx-open-launch-weapp>
1 回复
zhumin
zhumin1 楼5 年前

这个好像暂不支持吧!