From 2612c48d8ddd440e3ef171f947fcc1164d258088 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Thu, 18 May 2023 10:56:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E5=88=86=E4=BA=AB=E6=9C=8B?= =?UTF-8?q?=E5=8F=8B=20=E6=94=B9=E5=88=86=E4=BA=AB=E6=9C=8B=E5=8F=8B?= =?UTF-8?q?=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPages/shareCounpon/shareCounpon.vue | 48 +++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/subPages/shareCounpon/shareCounpon.vue b/subPages/shareCounpon/shareCounpon.vue index ee0d0ff..33340e0 100644 --- a/subPages/shareCounpon/shareCounpon.vue +++ b/subPages/shareCounpon/shareCounpon.vue @@ -226,33 +226,11 @@ nonceStr: res.return_data.nonceStr, // 必填,生成签名的随机串 signature: res.return_data.signature, // 必填,签名,见附录1 jsApiList: [ - 'onMenuShareAppMessage' + 'onMenuShareTimeline' ] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function() { - // 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({ + wx.onMenuShareTimeline({ title: '分享朋友圈,立获大额优惠券', // 分享标题 desc: '分享朋友圈,立获大额优惠券', // 分享描述 link: that.shareLink, // 分享链接 @@ -273,6 +251,28 @@ cancel: function(r) {}, 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 {