| 
					
				 | 
			
			
				@@ -252,6 +252,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         // 格式化商品和教辅 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         res.data.musicGroupSubjectGoodsGroups.forEach( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           (shop) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             let index = findIndex(this.activeSoundList, (o) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                               return o.id == shop.subjectId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             }); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -355,6 +356,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.soundVisible = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     initSound(item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let obj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         id: item.id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sound: item.name, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -362,7 +364,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         chioseMusic: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             musical: "", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            type: ["GROUP"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            type: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             groupPrice: 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             borrowPrice: 1500, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             groupRemissionCourseFee: Boolean(item.groupRemissionCourseFee), 
			 |