Selaa lähdekoodia

分享盲票详情页boxId参数

DELL 3 vuotta sitten
vanhempi
commit
709aceb2ae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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`
 						
 			}
 		}