onShareAppMessage分享空白,button转发的就正常这是怎么回事?
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: "" } },
什么意思?你难道是直接this.onShareAppMessage()???