|
@@ -525,6 +525,7 @@ export default {
|
|
|
that.selfTakeId = options.selfTakeId;
|
|
|
that.organizerUserId = options.organizerUserId;
|
|
|
console.log("+++++++++++获取到的推荐人ID:"+options.inviteUserId+"+++++++++++++++")
|
|
|
+ console.log("+++++++++++获取到的团购ID:"+options.selfTakeId+"+++++++++++++++")
|
|
|
if(options.inviteUserId){
|
|
|
this.$Cache.set('INVITE_USER_ID', options.inviteUserId);
|
|
|
if (this.isLogin){
|
|
@@ -537,7 +538,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- uni.hideShareMenu();
|
|
|
+ // uni.hideShareMenu();
|
|
|
console.log("是否登录:" + this.isLogin);
|
|
|
// 判断是否登录
|
|
|
if (!this.isLogin) {
|
|
@@ -664,27 +665,29 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
//分享到朋友圈
|
|
|
- // onShareTimeline(option) {
|
|
|
- // let groupon = this.storeInfo;
|
|
|
- // let userInfo = this.$Cache.get("USER_INFO", true)
|
|
|
- // let that = this;
|
|
|
- // return {
|
|
|
- // title: groupon.slideshow[0],
|
|
|
- // imageUrl: groupon.shareImage || groupon.slideshow[0],
|
|
|
- // path: `/pages/groupbuying_details/index?id=${groupon.id}&selfTakeId=${that.selfTakeId}&organizerUserId=${that.organizerUserId}&inviteUserId=${userInfo.userId}`,
|
|
|
- // success(res) {
|
|
|
- // uni.showToast({
|
|
|
- // title: '分享成功'
|
|
|
- // })
|
|
|
- // },
|
|
|
- // fail(res) {
|
|
|
- // uni.showToast({
|
|
|
- // title: '分享失败',
|
|
|
- // icon: 'none'
|
|
|
- // })
|
|
|
- // }
|
|
|
- // };
|
|
|
- // },
|
|
|
+ onShareTimeline(option) {
|
|
|
+ let groupon = this.storeInfo;
|
|
|
+ let userInfo = this.$Cache.get("USER_INFO", true)
|
|
|
+ console.log("+++++++++分享人id++++++++++++++",userInfo.userId)
|
|
|
+ let that = this;
|
|
|
+ return {
|
|
|
+ title: groupon.mainTitle,
|
|
|
+ // title: '分享人id'+userInfo.userId,
|
|
|
+ imageUrl: groupon.shareImage || groupon.slideshow[0],
|
|
|
+ path: `/pages/groupbuying_details/index?id=${groupon.id}&selfTakeId=${that.selfTakeId}&organizerUserId=${that.organizerUserId}&inviteUserId=${userInfo.userId}`,
|
|
|
+ success(res) {
|
|
|
+ uni.showToast({
|
|
|
+ title: '分享成功'
|
|
|
+ })
|
|
|
+ },
|
|
|
+ fail(res) {
|
|
|
+ uni.showToast({
|
|
|
+ title: '分享失败',
|
|
|
+ icon: 'none'
|
|
|
+ })
|
|
|
+ }
|
|
|
+ };
|
|
|
+ },
|
|
|
// #endif
|
|
|
onNavigationBarButtonTap (e) {
|
|
|
this.currentPage = !this.currentPage
|