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