请问如何在小程序页面右上角中添加分享链接?
你好,可以参考下文档:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share.html。
onShareAppMessage(res){
return {
title: ‘标题名’,
imageUrl: “展示的图片地址”,
}