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
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | onShareAppMessage | 客户端 | 6.7.3 | 2.3.2 |
2 个回答
https://developers.weixin.qq.com/community/develop/doc/0000447a5b431807af57249a551408
了解一下
好的,谢谢