|  | @@ -918,7 +918,7 @@ export default {
 | 
	
		
			
				|  |  |          sale_model: this.bookType === "jingdu" ? 1 : 0,
 | 
	
		
			
				|  |  |          goods_type:
 | 
	
		
			
				|  |  |            this.bookType === "jingdu" ? 3 : this.bookType === "huakan" ? 4 : 2,
 | 
	
		
			
				|  |  | -        goods_study_phase: this.studyType,
 | 
	
		
			
				|  |  | +        goods_study_phase: this.bookType === "huakan" ? 1 : this.studyType,
 | 
	
		
			
				|  |  |          period_count:
 | 
	
		
			
				|  |  |            this.orderTotalNumber !== -1
 | 
	
		
			
				|  |  |              ? this.orderTotalNumber
 |