码迷,mamicode.com
首页 > 微信 > 详细

微信小程序之分享,动态添加分享数据

时间:2017-06-14 12:55:48      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:log   title   效果   common   class   rod   用户   分享   png   

1、效果:

技术分享

 

 

2、.js代码:

page({

  /**
   * 用户点击分享按钮或右上角分享
   */
  onShareAppMessage: function (res) {
    var that = this;
    return {
      title: that.data.common.act_name,
      desc: that.data.common.introduction,
      path: ‘/pages/xiangqing/xiangqing?id=‘+that.data.id,
      success: function (res) {
        // 转发成功
      },
      fail: function (res) {
        // 转发失败
      }
    }
  }

})

 

微信小程序之分享,动态添加分享数据

标签:log   title   效果   common   class   rod   用户   分享   png   

原文地址:http://www.cnblogs.com/xuzhengzong/p/7007928.html

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