/** * 用户点击右上角分享 */ onShareAppMessage: function () { return { title: '快速记仇记事本' , imageUrl: '/lib/share.png' , path: "/pages/home/home" , success: function (res) { wx.showToast({ title: '分享成功' , }) }, fail: function (res) { // 转发失败 wx.showToast({ title: '分享取消' , }) } } }, |
imageUrl 设置成本地图片还是网络图片,死活不成功,只显示 默认截图
检查下图片路径是否正确