ソースを参照

分享朋友圈

zhanghui 1 年間 前
コミット
0511085817
2 ファイル変更26 行追加23 行削除
  1. 25 22
      pages/groupbuying_details/index.vue
  2. 1 1
      pages/users/wechat_login/index.vue

+ 25 - 22
pages/groupbuying_details/index.vue

@@ -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

+ 1 - 1
pages/users/wechat_login/index.vue

@@ -252,7 +252,7 @@ export default {
 									success: (success) => {
 										//获取当前页面的实例按照数组的顺序排列[0]开始首页,因为我就是首页和我的页面所以分别为0和1
 										let page = getCurrentPages().pop()
-										console.log(page,success, '!',page.$vm.$refs.diy);
+										console.log(page,success, '6666!',page.$vm.$refs.diy);
 										page.$vm.$refs.diy.$refs.latestGroupBuying.onLoadData(0);
 									},
 								})