onShareAppMessage分享获取回调问题
发布于 5 年前 作者 qiangang 19243 次浏览 来自 问答

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

回到顶部