1.优化分享朋友 改分享朋友圈

master
杨杰 1 year ago
parent e02758ee07
commit 2612c48d8d
  1. 48
      subPages/shareCounpon/shareCounpon.vue

@ -226,33 +226,11 @@
nonceStr: res.return_data.nonceStr, // nonceStr: res.return_data.nonceStr, //
signature: res.return_data.signature, // 1 signature: res.return_data.signature, // 1
jsApiList: [ jsApiList: [
'onMenuShareAppMessage' 'onMenuShareTimeline'
] // 使JSJS2 ] // 使JSJS2
}); });
wx.ready(function() { wx.ready(function() {
// wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
// title: '', //
// desc: '', //
// link: that.shareLink, //
// imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
// success: function(res) {
// //
// uni.showToast({
// title: '',
// duration: 2000,
// icon: 'none'
// })
// that.shareNum++;
// uni.setStorage({
// key: "shareNum",
// data: that.shareNum
// })
// },
// cancel: function(r) {},
// fail: function(res) {}
// });
wx.onMenuShareAppMessage({
title: '分享朋友圈,立获大额优惠券', // title: '分享朋友圈,立获大额优惠券', //
desc: '分享朋友圈,立获大额优惠券', // desc: '分享朋友圈,立获大额优惠券', //
link: that.shareLink, // link: that.shareLink, //
@ -273,6 +251,28 @@
cancel: function(r) {}, cancel: function(r) {},
fail: function(res) {} fail: function(res) {}
}); });
// wx.onMenuShareAppMessage({
// title: '', //
// desc: '', //
// link: that.shareLink, //
// imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
// success: function(res) {
// //
// uni.showToast({
// title: '',
// duration: 2000,
// icon: 'none'
// })
// that.shareNum++;
// uni.setStorage({
// key: "shareNum",
// data: that.shareNum
// })
// },
// cancel: function(r) {},
// fail: function(res) {}
// });
}); });
} else { } else {

Loading…
Cancel
Save