wx.qy.sendChatMessage中imgUrl使用本地目录图片,分享无法显示图片?
wx.qy.sendChatMessage({ msgtype:"miniprogram", //消息类型,必填 enterChat: true, //为true时表示发送完成之后顺便进入会话,仅移动端3.1.10及以上版本支持该字段 miniprogram: { appid: "",//小程序的appid title: "客户认证", //小程序消息的title imgUrl: '../../static/shareImg2.jpg',//小程序消息的封面图 page:'/pages/index/index.html' }, success: function(res) { //todo: } });