为什么小程序转发成功后不进入success或complete方法
发布于 5 年前 作者 wma 16356 次浏览 来自 问答

onShareAppMessage: function(e) {

var that = this

var relaytype = e.target.dataset.relaytype

var userInfo = wx.getStorageSync(“userInfo”)

wx.showShareMenu({

withShareTicket: true

})

if (e.from === ‘button’) {

if (!that.data.Forwardsuccess){

return {

title: userInfo.nick_name + ‘请你免费喝咖啡’,

path: ‘/page/tabBar/startLoadingTheawards/startLoadingTheawards?openId=’ + userInfo.open_id + ‘&orderId=’ + that.data.orderId + ‘&relaytype=’ + relaytype + ‘&selectprizecomponent=’ + that.data.selectprizecomponent + ‘&magna_id=’ + that.data.magna_id + ‘&change_id=’ + that.data.change_id + ‘&nick_name=’ + userInfo.nick_name,

width: 20,

height: 20,

imageUrl: wx.getStorageSync(“config”).wx_start_img,

success: function (e) {

wx.showShareMenu({

withShareTicket: true

})

that.setData({

Forwardsuccess: true,

isrelaytype:4,

selectprizecomponents:null

})

},

complete:function(){

wx.showShareMenu({

withShareTicket: true

})

that.setData({

Forwardsuccess: true,

isrelaytype: 4,

selectprizecomponents: null

})

}

}

}

}

10 回复

楼主是不是刚休完产假回来?

大哥,你玩单机版?

你也在网上冲浪啊

楼主估计是封闭开发了几个月,一结束世界都变了。

村里刚连上网 谢谢大家。

各位大佬,意思是onShareAppMessage的回调都用不了?

多久没看官方文档了

楼主你是活化石啊

我倒,你也网上冲浪啊

兄弟,致远星战况如何

回到顶部