|  | @@ -165,7 +165,10 @@ export default defineComponent({
 | 
											
												
													
														|  |                ? orderObject.orderList[0].teacherId
 |  |                ? orderObject.orderList[0].teacherId
 | 
											
												
													
														|  |                : ''
 |  |                : ''
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        if (orderObject.orderType === 'LIVE') {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (
 | 
											
												
													
														|  | 
 |  | +          orderObject.orderType === 'LIVE' ||
 | 
											
												
													
														|  | 
 |  | +          orderObject.orderType === 'VIDEO'
 | 
											
												
													
														|  | 
 |  | +        ) {
 | 
											
												
													
														|  |            bizId =
 |  |            bizId =
 | 
											
												
													
														|  |              orderObject.orderList.length > 0
 |  |              orderObject.orderList.length > 0
 | 
											
												
													
														|  |                ? orderObject.orderList[0].courseGroupId
 |  |                ? orderObject.orderList[0].courseGroupId
 |