Browse Source

分享盲票详情页boxId参数

DELL 3 years ago
parent
commit
709aceb2ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/ticketBox/detail.vue

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

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