onShareAppMessage分享空白?

发布于 7 年前作者 yangzheng6522 次浏览最后编辑 7 年前来自 issues

onShareAppMessage分享空白,button转发的就正常这是怎么回事?

2 回复
xiuyingzhu
xiuyingzhu1 楼5 年前
 onShareAppMessage: function(e) {
    let from_name = e.from
    if (from_name == "menu") {
      return {
        title: "",
        path: "pages/index/index",
        imageUrl: ""
      }
    }
    return {
      title: "",
      path: "pages/index/index",
      imageUrl: ""
    }
  },
fangliang
fangliang2 楼5 年前

什么意思?你难道是直接this.onShareAppMessage()???