收藏
回答

onShareAppMessage 设置无效,title及图片都无效,图片显示的是截图,why?

onShareAppMessage(res) {
 console.log(res)
 if (res.from == "button") {
  return {
   title'测试',
   path'/pages/index/index',
   imageUrl"../../images/usericon.png",
    }
   }
},

onShareAppMessage 设置无效,title及图片都无效,图片显示的是截图,title也是默认值 why?

最后一次编辑于  2023-06-15
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容