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

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

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

4 回复
jing82
jing822 楼5 年前

不可以的!

pingcui
pingcui3 楼5 年前
<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>
试一下这个