onShareAppMessage: function (res) { if (res.from === ‘button‘) { // 来自页面内转发按钮 console.log(res.target) } return { title: ‘阿拉比比 是碎片化、一站式、一体化校园移动门户,适用于学生和教师,集课表、成绩、考试、空教室、学生查询、一卡通、借阅、学费、电费、报修、公告等功能于一身。‘, path: ‘/pages/index‘, success: function (res) { // 转发成功 }, fail: function (res) { // 转发失败 } } }