| 
					
				 | 
			
			
				@@ -11,7 +11,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<div class="yunTrain"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<img :src="trainBg" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<div class="toolText"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<p class="toolTitle">器乐练习云教练 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<p class="toolTitle">乐器练习云教练 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<i class="icon_video" @click="videoStatus = true"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<p class="toolDate">有效期说明:自开课之日起6个月内有效</p> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -489,12 +489,12 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 let childGoodsNameList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 if(tempItem.childGoodsList && tempItem.childGoodsList.length > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     tempItem.childGoodsList.forEach(child => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        if(child.type == "ACCESSORIES") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        if(child.type != "INSTRUMENT" && child.type != "OTHER") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             childGoodsNameList.push(child.name) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                    tempItem.childGoodsNames = childGoodsNameList.join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                    tempItem.childGoodsNames = childGoodsNameList.join('、') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 this.instrumentResult.push(tempItem) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 tempInstrument.push(tempItem) 
			 |