1. 程式人生 > >小程序-分享功能源碼

小程序-分享功能源碼

get pre 公告 bsp itl rom 查詢 success 碎片

onShareAppMessage: function (res) {
    if (res.from === ‘button‘) {
      // 來自頁面內轉發按鈕
      console.log(res.target)
    }
    return {
      title: ‘阿拉比比 是碎片化、一站式、一體化校園移動門戶,適用於學生和教師,集課表、成績、考試、空教室、學生查詢、一卡通、借閱、學費、電費、報修、公告等功能於一身。‘,
      path: ‘/pages/index‘,
      success: function (res) {
        // 轉發成功
      },
      fail: function (res) {
        // 轉發失敗
      }
    }
  }

小程序-分享功能源碼