从小程序跳转到公众号的方法
最简单的方式,可能会出现偶现的情况
<official-account></official-account>
建议用下面
wx.openOfficialAccountProfile({username: 'gh_123123', // 此处填写公众号的原始 IDsuccess: res => {},fail: res => {}})
从小程序跳转到公众号的方法
最简单的方式,可能会出现偶现的情况
<official-account></official-account>
建议用下面
wx.openOfficialAccountProfile({username: 'gh_123123', // 此处填写公众号的原始 IDsuccess: res => {},fail: res => {}})