确认下如何设置发送小程序时候的展示页面呢?
onShareAppMessage: function() { let path = '/pages/index/index' let title = '手帮手企业服务' let imageUrl = `http://a.com/test.jpg` return { title, imageUrl, path } },
imageUrl就是你要的东西。