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

微信小程序 功能函数 分享

时间:2017-11-16 11:26:50      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:ret   type   src   func   turn   style   detail   png   from   

//wxml
<button open-type="share" style=‘
<view class=‘btn-img‘>
<image class=‘image-full‘ src=‘../../imgs/index/tab5.png‘></image>
</view>
<view>分享</view>
</button>
 
//js
 
/**
* 用户点击右上角分享
*/
onShareAppMessage: function (res) {
if (res.from === ‘button‘) {
// 来自页面内转发按钮
// console.log(res.target)
}
return {
// title: ‘‘,
path: ‘/page/detail/detail.js‘,
success: function (res) {
// 转发成功
},
fail: function (res) {
// 转发失败
}
}
}

微信小程序 功能函数 分享

标签:ret   type   src   func   turn   style   detail   png   from   

原文地址:http://www.cnblogs.com/dianzan/p/7842805.html

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