微信小程序分享自己能看到图片别人看不到?
发布于 6 年前 作者 chenmin 18903 次浏览 来自 问答

onShareAppMessage: function (res) {

return {

title: ‘[语音红包]恭喜发财,大吉大利!’,

path: ‘/pages/redenvelopes/redenvelopes?id=’ + this.data.myid,

imageUrl: this.data.shareimg

}

}

1 回复

你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

回到顶部