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
})
}
}
}
}