小程序-跳转到公众号
从小程序跳转到公众号的方法
最简单的方式,可能会出现偶现的情况
<official-account></official-account>
建议用下面
wx.openOfficialAccountProfile({ username: 'gh_123123', // 此处填写公众号的原始 ID success: res => { }, fail: res => { } })
如需转载原创文章,请标注原文地址,版权所有!
从小程序跳转到公众号的方法
最简单的方式,可能会出现偶现的情况
<official-account></official-account>
建议用下面
wx.openOfficialAccountProfile({ username: 'gh_123123', // 此处填写公众号的原始 ID success: res => { }, fail: res => { } })