收藏
回答

onShareAppMessage分享获取回调问题

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug onShareAppMessage 客户端 6.7.3 2.3.2


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

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容