小程序
小游戏
企业微信
微信支付
扫描小程序码分享
开发版测试时是完成的 现在这样就是就是直接报:at api shareAppMessage success callback function callback function
跪求各位大牛指点一哈哈!!!
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
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
}
})
这样开会好一些
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
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
}
})
这样开会好一些