Commit 6566d77a authored by zhangyanni's avatar zhangyanni

ceshi

parent 859ee69a
......@@ -204,10 +204,8 @@
nonceStr:res.result.nonceStr,// 随机字符串
signature:res.result.signature,// 签名
jsApiList:[
// 'onMenuShareTimeline',
// 'onMenuShareAppMessage'
"updateAppMessageShareData",
"updateTimelineShareData"
'onMenuShareTimeline',
'onMenuShareAppMessage'
]// 需要使用的JS接口列表
......@@ -218,80 +216,24 @@
//分享给朋友
// wx.onMenuShareAppMessage({
//
// title: '您的好友邀请您注册秒单之家', // 分享标题
//
// desc: '快来注册秒单之家,一大笔订单等你来拿', // 分享描述
//
// link: res.result.appUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
//
// imgUrl: require("../../../assets/img/bigBusinessLogo@2x.png"), // 分享图标
//
// type: '', // 分享类型,music、video或link,不填默认为link
//
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
//
// success: function () {
//
// // // 用户确认分享后执行的回调函数
// //
// // _this.$router.push({path:'/me',query:{}})
//
// },
//
// cancel: function () {
//
// // 用户取消分享后执行的回调函数
//
// // alert('cancel')
//
// // _this.wxShare()  //这是用户撤销后重新执行第一步验证签名的方法名 根据自己的命名写 
//
// }
//
// })
//
// //分享到朋友圈
//
// wx.onMenuShareTimeline({
//
// title: '您的好友邀请您注册秒单之家', // 分享标题
//
// link: res.result.appUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
//
// imgUrl: require("../../../assets/img/bigBusinessLogo@2x.png"), // 分享图标
//
// success: function () {
//
// // 用户确认分享后执行的回调函数
//
// // _this.$router.push({path:'/me',query:{}})
//
// },
//
// cancel: function () {
//
// // 用户取消分享后执行的回调函数
//
// // _this.wxShare()
//
// }
//
// })
wx.updateAppMessageShareData({
wx.onMenuShareAppMessage({
title: '您的好友邀请您注册秒单之家', // 分享标题
desc: '快来注册秒单之家,一大笔订单等你来拿', // 分享描述
link: res.result.appUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: require("../../../assets/img/bigBusinessLogo@2x.png"), // 分享图标
success: function () {
type: '', // 分享类型,music、video或link,不填默认为link
// 用户确认分享后执行的回调函数
dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
success: function () {
// // 用户确认分享后执行的回调函数
//
// _this.$router.push({path:'/me',query:{}})
},
......@@ -300,13 +242,17 @@
// 用户取消分享后执行的回调函数
// _this.wxShare()
// alert('cancel')
// _this.wxShare()  //这是用户撤销后重新执行第一步验证签名的方法名 根据自己的命名写 
}
})
wx.updateTimelineShareData({
//分享到朋友圈
wx.onMenuShareTimeline({
title: '您的好友邀请您注册秒单之家', // 分享标题
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment