问题模块 框架类型 问题类型 操作系统 工具版本
开发者工具 微信小程序 Bug Windows 1.02.1807200
onShareAppMessage: function () {
return{
title:"分享about",
path:"/pages/about/about",
success:function(){
console.log(121)
wx.showToast({
title: '成功',
icon: 'success',
duration: 2000
})
},
fail:function(){
console.log(232)
}
}
}
点击转发后,弹出转发页面,点击发送后没有执行回调函数,求解。
微信小程序开发问题解答
微信小程序开发者回答:
贴一个可以复现当前问题的代码片段,方便大家在你的代码的基础上复现和修改
微信小程序开发者回答:
你好,有关分享的回调的调整,请知悉:https://mp.weixin.qq.com/s?__biz=MjM5NDAwMTA2MA==&mid=2695730124&idx=1&sn=666a448b047d657350de7684798f48d3&chksm=83d74a07b4a0c311569a748f4d11a5ebcce3ba8f6bd5a4b3183a4fea0b3442634a1c71d3cdd0&scene=21#wechat_redirect
本文网址:http://www.91bianli.com/weixinxiaochengxu/49552.html