5 回复
我自定义的imageUrl也无效。
代码如下:
onShareAppMessage: function (res) {
var that=this;
if (res.from === ‘button’) {
// 来自页面内转发按钮
console.log(res.target)
}
return {
//title: ‘’, //说点什么吧…’,
//path: ‘/pages/index/index?id=123’,
imageUrl: ‘imageUrl’,
success: function(res) {
}
}
}
这个imageUrl打印出的路径,是指向我从相册里面选中的文件的,但是转发后看不见图片,只是把小程序及当前的页面转发给了好友。
请问楼主是如何解决的?
请大神赐教,不胜感激!!!