小程序-跳转到公众号

从小程序跳转到公众号的方法

最简单的方式,可能会出现偶现的情况

 <official-account></official-account>

建议用下面

wx.openOfficialAccountProfile({
      username: 'gh_123123', // 此处填写公众号的原始 ID
      success: res => {
      },
      fail: res => {
      }
  })

 

posted @ 2025-10-27 15:40  微宇宙  阅读(22)  评论(0)    收藏  举报