소스 검색

分享盲票详情页boxId参数

DELL 3 년 전
부모
커밋
709aceb2ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/ticketBox/detail.vue

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

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