Jelajahi Sumber

盲票详情修改接收值

hwb0 3 tahun lalu
induk
melakukan
4709cbcc08
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      pages/ticketBox/detail.vue

+ 1 - 1
pages/ticketBox/detail.vue

@@ -73,7 +73,7 @@
 			};
 		},
 		onLoad(opthios) {
-			this.getDetail(opthios.id)
+			this.getDetail(opthios.boxId)
 		},
 		methods: {
 			getDetail(id) {