问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 小游戏 Bug wx.onShareAppMessage 客户端 6.7.3 2.3.2
开发版测试时是完成的 现在这样就是就是直接报:at api shareAppMessage success callback function callback function
跪求各位大牛指点一哈哈!!!
代码片段
share:function(){ console.log(offdrop.money,offdrop.exp) cc.loader.loadRes("image/share/share1",function(err,data){ console.log(data) wx.shareAppMessage({ title: "123", imageUrl: data.url, success(res){ console.log("转发成功!!!") role.RaceMoney = role.RaceMoney+ offdrop.money *2 role.RaceExp = role.RaceExp+ offdrop.exp*2 }, fail(res){ role.RaceMoney = role.RaceMoney+ this.getmoney role.RaceExp = role.RaceExp+this.getexp } })
微信小程序开发问题解答
微信小程序开发者回答:
https://developers.weixin.qq.com/community/develop/doc/0006823675c0e82a8307c6db25bc09
微信小程序开发者回答:
share:function(){
console.log(offdrop.money,offdrop.exp)
cc.loader.loadRes("image/share/share1",function(err,data){
console.log(data)
wx.shareAppMessage({
title: "123",
imageUrl: data.url,
success(res){
console.log("转发成功!!!")
role.RaceMoney = role.RaceMoney+ offdrop.money *2
role.RaceExp = role.RaceExp+ offdrop.exp*2
},
fail(res){
role.RaceMoney = role.RaceMoney+ this.getmoney
role.RaceExp = role.RaceExp+this.getexp
}
})
这样开会好一些
本文网址:http://www.91bianli.com/weixinxiaochengxu/33712.html