@@ -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`
}
@@ -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`
@@ -511,7 +511,7 @@
@@ -539,7 +539,7 @@
// type: 1, },
@@ -365,7 +365,7 @@
title: '一起来刮盲票吧',
- 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`
@@ -241,7 +241,7 @@