字节小程序
开发者社区
小程序小游戏
登录
onShareAppMessage 里的imageUrl不能设置网络图片

onShareAppMessage 里的imageUrl不能设置网络图片

641浏览作者: Yimiao2020

报错截图或相关BUG

问题:onShareAppMessage 里的imageUrl设置网络图片地址,怎么不显示我设置的图片
截图:
Screenshot_2020-02-08-20-03-43-355_com.ss.android.png

代码

onShareAppMessage (opt) {
console.log("ddd");
console.log(opt);
return {
title: '艺秒我自定义',
desc: '艺秒我们',
path: '/pages/index/index?from=sharebuttonabc&otherkey=othervalue'// ?后面的参数会在转发页面打开时传入onLoad方法
imageUrl: 'http://product-1254029882.cosbj.myqcloud.com/stcres/2020/02/08/ekNNfpTKIMwvaVw3640.jpg'// 支持本地或远程图片,默认是小程序 icon
success () {
console.log('转发发布器已调起,并不意味着用户转发成功,微头条不提供这个时机的回调');
},
fail () {
console.log('转发发布器调起失败');
}
};
},

最后一次编辑于 2020年02月20日
加载中