|  | @@ -421,7 +421,7 @@ export default {
 | 
	
		
			
				|  |  |            return good.id
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          for (let i = 0; i < item.markChioseList.length; i++) {
 | 
	
		
			
				|  |  | -          if (!markIdList.includes(item.markChioseList[i])) {
 | 
	
		
			
				|  |  | +          if (!markIdList.includes(item.markChioseList[i])&&item.markChioseList[i]) {
 | 
	
		
			
				|  |  |              errorShop.push(item.markChioseList[i])
 | 
	
		
			
				|  |  |              flag = true
 | 
	
		
			
				|  |  |              item.markChioseList.splice(i--, 1);
 | 
	
	
		
			
				|  | @@ -429,7 +429,7 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            for (let i = 0; i < item.chioseMusic.length; i++) {
 | 
	
		
			
				|  |  | -          if (!goodsIdList.includes(item.chioseMusic[i].musical)) {
 | 
	
		
			
				|  |  | +          if (!goodsIdList.includes(item.chioseMusic[i].musical)&&item.chioseMusic[i].musical) {
 | 
	
		
			
				|  |  |                errorShop.push(item.chioseMusic[i].musical)
 | 
	
		
			
				|  |  |              flag = true
 | 
	
		
			
				|  |  |              item.chioseMusic[i].musical = null
 | 
	
	
		
			
				|  | @@ -437,6 +437,7 @@ export default {
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  | +      console.log(errorShop)
 | 
	
		
			
				|  |  |        if(flag){
 | 
	
		
			
				|  |  |          // 提示
 | 
	
		
			
				|  |  |  
 |