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