微信小程序分享自己能看到图片别人看不到?
onShareAppMessage: function (res) {
return {
title: ‘[语音红包]恭喜发财,大吉大利!’,
path: ‘/pages/redenvelopes/redenvelopes?id=’ + this.data.myid,
imageUrl: this.data.shareimg
}
}
onShareAppMessage: function (res) {
return {
title: ‘[语音红包]恭喜发财,大吉大利!’,
path: ‘/pages/redenvelopes/redenvelopes?id=’ + this.data.myid,
imageUrl: this.data.shareimg
}
}