小程序跳转公众

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

比如点击小程序的某个按钮,可以跳转到关联的公众号里

1 回复
xiuyingqiao
xiuyingqiao1 楼4 年前

首先要熟悉<button> 组件的使用。需要用 open-type 的值设置为 launchApp 的 <button> 组件的点击来触发。具体看官方文档https://developers.weixin.qq.com/miniprogram/dev/api/launchApp.html