微信小程序打开任意公众号文章

 wx.openOfficialAccountArticle({
         url:'', // 此处填写公众号文章连接
         success: res => {
         },
         fail: res => {
         }
     })

你可能感兴趣的:(微信小程序,小程序)