onShareAppMessage: function() {
var that = this
return {
title:that.details.reply.dating+' '+that.details.reply.name,
imageUrl:that.imgUrl
}
}
微信小程序自定义标题和图片
最新推荐文章于 2025-04-08 10:00:26 发布
onShareAppMessage: function() {
var that = this
return {
title:that.details.reply.dating+' '+that.details.reply.name,
imageUrl:that.imgUrl
}
}

被折叠的 条评论
为什么被折叠?