收藏
回答

为什么小程序转发成功后不进入success或complete方法

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

})

}

}

}

}


回答关注问题邀请回答
收藏

19 个回答

  • 2018-11-23

    哈哈哈,楼主的文档更新没有。

    2018-11-23
    有用
    回复
  • WLF_XC🤔
    WLF_XC🤔
    2018-11-23

    愁死了

    2018-11-23
    有用
    回复
  • ==
    ==
    2018-11-23

    楼主这个bug改了1个月,在社区群众的热心调侃下终于找到了答案。。。。

    2018-11-23
    有用
    回复
  • 杨李云
    杨李云
    2018-11-23

    什么!!大清亡了?

    2018-11-23
    有用
    回复
  • Stephen
    Stephen
    2018-11-23

    村里刚通网?

    2018-11-23
    有用
    回复
  • 拾忆
    拾忆
    2018-11-23

    AFK多久了?

    2018-11-23
    有用
    回复
  • 卢霄霄
    卢霄霄
    2018-11-23

    欢迎回来。。

    2018-11-23
    有用
    回复
  • 管凯旋
    管凯旋
    2018-11-23

    仿佛活在远古时代,,

    2018-11-23
    有用
    回复
  • 这都申请了
    这都申请了
    2018-11-23

    官方不让用了

    2018-11-23
    有用
    回复

正在加载...

登录 后发表内容