瀏覽代碼

分享盲票详情页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`
 						
 			}
 		}