码迷,mamicode.com
首页 > 其他好文 > 详细

小程序-分享功能源码

时间:2018-01-14 13:47:24      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:index   按钮   highlight   class   失败   考试   pre   rom   pos   

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

 

小程序-分享功能源码

标签:index   按钮   highlight   class   失败   考试   pre   rom   pos   

原文地址:https://www.cnblogs.com/gjack/p/8283108.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!