小程序模板網(wǎng)

小程序分享轉(zhuǎn)發(fā)方法

發(fā)布時(shí)間:2021-06-18 08:58 所屬欄目:小程序開(kāi)發(fā)教程

1、小程序分享轉(zhuǎn)發(fā)(法一)

a:右上角菜單欄顯示轉(zhuǎn)發(fā)

wx.showShareMenu({
  withShareTicket: true,
  success: function(res) {
  },
  fail: function(res) {
  }
})
b:
onShareAppMessage(options) {
  let shareObj = {
    title: '精選優(yōu)惠券', 
    path: '/pages/selected',  // 默認(rèn)當(dāng)前頁(yè)的url
    imageUrl: '../images/logo.png',
    success: function(res) {
      console.log(res, '成功')
    },
    fail: function(res) {
      console.log(res, '失敗')
    }
  }
  return shareObj
}
2、小程序分享轉(zhuǎn)發(fā)(法二)
a:自定義轉(zhuǎn)發(fā)分享
<button data-name="shareBtn" open-type="share">轉(zhuǎn)發(fā)</button>
b:
onShareAppMessage(options) {
  let shareObj = {
    title: '精選優(yōu)惠券', 
    path: '/pages/selected',  // 默認(rèn)當(dāng)前頁(yè)的url
    imageUrl: '../images/logo.png',
    success: function(res) {
      console.log(res, '成功')
    },
    fail: function(res) {
      console.log(res, '失敗')
    }
  }
  if(option.form === 'button'){
    var eData = options.target.dataset;
    console.log( eData.name ); 


  }
  return shareObj
}


易優(yōu)小程序(企業(yè)版)+靈活api+前后代碼開(kāi)源 碼云倉(cāng)庫(kù):starfork
本文地址:http://22321a.com/wxmini/doc/course/26553.html 復(fù)制鏈接 如需定制請(qǐng)聯(lián)系易優(yōu)客服咨詢(xún):800182392 點(diǎn)擊咨詢(xún)
QQ在線咨詢(xún)