|
|
|
@ -58,39 +58,39 @@ export default { |
|
|
|
|
|
|
|
|
|
/* 分享给朋友 */ |
|
|
|
|
wx.updateAppMessageShareData({ |
|
|
|
|
title: '嗨森逛分享', // 分享标题
|
|
|
|
|
// desc: '', // 分享描述
|
|
|
|
|
link: that.shareLink, // 分享链接
|
|
|
|
|
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
|
|
|
|
|
success: function(res) { |
|
|
|
|
// 支付成功后的回调函数
|
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '分享成功', |
|
|
|
|
duration: 2000, |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
cancel: function(r) {}, |
|
|
|
|
fail: function(res) {} |
|
|
|
|
}); |
|
|
|
|
title: '嗨森逛分享', // 分享标题
|
|
|
|
|
// desc: '', // 分享描述
|
|
|
|
|
link: that.shareLink, // 分享链接
|
|
|
|
|
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
|
|
|
|
|
success: function(res) { |
|
|
|
|
// 回调函数
|
|
|
|
|
// uni.showToast({
|
|
|
|
|
// title: '分享成功',
|
|
|
|
|
// duration: 2000,
|
|
|
|
|
// icon: 'none'
|
|
|
|
|
// })
|
|
|
|
|
}, |
|
|
|
|
cancel: function(r) {}, |
|
|
|
|
fail: function(res) {} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
/* 自定义“分享到朋友圈” */ |
|
|
|
|
wx.updateTimelineShareData({ |
|
|
|
|
title: '嗨森逛分享', // 分享标题
|
|
|
|
|
// desc: '', // 分享描述
|
|
|
|
|
link: that.shareLink, // 分享链接
|
|
|
|
|
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
|
|
|
|
|
success: function(res) { |
|
|
|
|
// 支付成功后的回调函数
|
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '分享成功', |
|
|
|
|
duration: 2000, |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
cancel: function(r) {}, |
|
|
|
|
fail: function(res) {} |
|
|
|
|
}); |
|
|
|
|
title: '嗨森逛分享', // 分享标题
|
|
|
|
|
// desc: '', // 分享描述
|
|
|
|
|
link: that.shareLink, // 分享链接
|
|
|
|
|
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
|
|
|
|
|
success: function(res) { |
|
|
|
|
|
|
|
|
|
// uni.showToast({
|
|
|
|
|
// title: '分享成功',
|
|
|
|
|
// duration: 2000,
|
|
|
|
|
// icon: 'none'
|
|
|
|
|
// })
|
|
|
|
|
}, |
|
|
|
|
cancel: function(r) {}, |
|
|
|
|
fail: function(res) {} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|