onShareAppMessage中自定义imgUrl不显示,还是显示的羽绒棉截
发布于 6 年前 作者 fma 12915 次浏览 来自 问答

开发版本中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) {}}}

回到顶部