onShareAppMessage分享获取回调问题
onShareAppMessage: function (ves) {
var that = this;
return {
title: ‘’,
imageUrl: ‘…/image/pin.png’,
path: ‘pages/index/index’,
success: function (res) { },
fail: function (res) { },
complete: function (res) { console.log(res) },
};
},
就是看不到res