onShareTimeline()
onShareTimeline: function () {
let that = this;
return {
title: that.data.shopInfo.name,//标题名称
query: ‘id=’ + that.data.shopInfo.ids,//?号后面的参数
imageUrl: that.data.imagePath,//缩略图地址
success: function (res) {
console.log(res)
}
}
}
暂时只能用右上角三个小点分享,不能在页面上分享,呵呵!还是测试版本
官方文档
https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareTimeline
评论前必须登录!
注册