浏览代码

log++++++++++++

zhanghui 1 年之前
父节点
当前提交
c040530c15

+ 1 - 1
pages/groupbuying/publish_good_list/index.vue

@@ -179,7 +179,7 @@ export default {
 			getGoodsList({
 				goodsCategoryId: cid,
 				current: 1,
-				size: 20
+				size: 5
 			}).then(res => {
 				this.goodsList = res.data;
 			})

+ 3 - 0
pages/groupbuying_details/index.vue

@@ -486,7 +486,10 @@ export default {
 	if(options.inviteUserId){
 		this.$Cache.set('INVITE_USER_ID', options.inviteUserId);
 		if (this.isLogin){
+			console.log("+++++++++++获取到的推荐人ID:"+options.inviteUserId+"+++++++++++++++")
+			console.log("+++++++++++++++++调用绑定接口bindParentId开始+++++++++++++++++++++++")
 			bindParentId(options.inviteUserId)
+			console.log("+++++++++++++++++调用绑定接口bindParentId结束+++++++++++++++++++++++")
 		}
 	}
 

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

@@ -241,6 +241,7 @@ export default {
 								bindParentId(_this.inviteUserId).then(res =>{
 									_this.$Cache.set("INVITE_USER_ID", res.data)
 								})
+								console.log("+++++++++INVITE_USER_ID++++++3333333333333+++++++",_this.inviteUserId)
 							}