DELL пре 3 година
родитељ
комит
a75f3adcaa

+ 1 - 1
src/packageOperate/activity/index.vue

@@ -399,7 +399,7 @@
 				// 	userId: this.userInfo.userId,
 				// 	type: 1,
 				// 	}
-				query: `marketingId=${ this.info.id }&inviteCode=${ this.inviteCode }&userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `marketingId=${ this.info.id }&inviteCode=${ this.inviteCode }&userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 			}
 		}
 	}

+ 1 - 1
src/pages/activity/index.vue

@@ -176,7 +176,7 @@
 				title: '盲票,玩的就是有趣',
 				// query: { userId: this.userInfo.userId,
 				// 		type: 1, }
-				query: `userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 			}
 		}
 	}

+ 1 - 1
src/pages/core/index.vue

@@ -511,7 +511,7 @@
 				title: '盲票,玩的就是有趣',
 				// query: { userId: this.userInfo.userId,
 				// 		type: 1, }
-				query: `userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 			}
 		}
 	}

+ 1 - 1
src/pages/index/index.vue

@@ -539,7 +539,7 @@
 				title: '盲票,玩的就是有趣',
 				// query: { userId: this.userInfo.userId,
 				// 		type: 1, },
-				query: `userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 			}
 		}
 	}

+ 1 - 1
src/pages/ticketBox/detail.vue

@@ -365,7 +365,7 @@
 				title: '一起来刮盲票吧',
 				// query: { userId: this.userInfo.userId,
 				// 		type: 1, },
-				query: `boxId=${ this.info.boxId }&userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `boxId=${ this.info.boxId }&userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 						
 			}
 		}

+ 1 - 1
src/pages/user/index.vue

@@ -241,7 +241,7 @@
 				title: '盲票,玩的就是有趣',
 				// query: { userId: this.userInfo.userId,
 				// 		type: 1, },
-				query: `userId=${ this.userInfo.userId?this.userInfo.userId:'' }&type=1`
+				query: `userId=${ this.userInfo.userId?this.userInfo.userId:null }&type=1`
 			}
 		}
 	}