微信小程序> 微信小程序点击右上角分享该小程序

微信小程序点击右上角分享该小程序

浏览量:2557 时间: 来源:weixin_44067385

像分享的话,一般分为两种情况

    1.右上角直接分享

onShareAppMessage: function(res) {

var that = this;

return {

title: 'xxx小程序',

path: /*该页面的文件路径*/,

success: function(res) {

console.log("转发成功:" + JSON.stringify(res));

that.shareClick();

},

fail: function(res) {

console.log("转发失败:" + JSON.stringify(res));

}

}

}

2.按钮点击分享

button class='share user-motto' id="shareBtn" open-type="share" hover-class="other-button-hover"

{{motto}}

js部分:

 pages({

data: {
tempFilePaths: '',
motto: '分享给朋友',
userInfo: {},
hasUserInfo: false,
canIUse: wx.canIUse('button.open-type.getUserInfo')
},
//分享按钮函数
onShareAppMessage: function (ops) {
if (ops.from === 'button') {
// 来自页面内转发按钮
console.log(ops.target)
}
return {
title: 'XXX小程序',
path: 'pages/index/index',
success: function (res) {
// 转发成功
console.log("转发成功:" + JSON.stringify(res));
},
fail: function (res) {
// 转发失败
console.log("转发失败:" + JSON.stringify(res));
}
}

},

})
 

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

产品经理

手机 : 13312967497

擅长 : 小程序流量变现

扫码领取礼包

热门模板

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎