onShareAppMessage中自定义imgUrl不显示,还是显示的羽绒棉截
开发版本中onShareAppMessage内定义的imgUrl不显示,还是显示的页面截图
onShareAppMessage: function (ops) {
return {
title: '认证业主,最高可领1000元现金红包。',
path: `pages/index/main?uid=${wx.getStorageSync('Uid')}`,
imgUrl: 'https://oss.jjcclife.com/enlifecx/xcx_0.1/static/image/index/share.jpg',
success: function (res) {}}}