微信公众号H5可以带参数跳转小游戏吗?
发布于 6 年前 作者 li74 13873 次浏览 来自 问答

微信公众号H5可以带参数跳转小游戏吗?

4 回复

不可以的!

<wx-open-launch-weapp
  id="launch-btn"
  username="gh_xxxxxxxx"
  path="pages/home/index.html?user=123&action=abc"
>
  <template>
    <style>.btn { padding: 12px }</style>
    <button class="btn">打开小程序</button>
  </template>
</wx-open-launch-weapp>
试一下这个
回到顶部