wx.shareAppMessage(function () {
return{
title: '来杯肥仔快乐水吧...',
imageUrl:'res/raw-assets/resources/share_img_1.png'
}
});
//右侧分享
wx.onShareAppMessage(function () {
return {
title: '来杯肥仔快乐水吧...',
desc: '来杯肥仔快乐水吧...',
imageUrl:'res/raw-assets/resources/share_img_2.png'
}
});
同样的参数 onShareAppMessage 可以找到图片 shareAppMessage找不到 图片 为什么? 有人解答下么?