在uniapp页面的srcipt中加入,

onShareAppMessage: function(e) {
let title = 'xxxx小程序'
return {
        title: title,
        path: 'pages/index/index'
        }
}

 

相关文章:

  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-12-26
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案