|  | @@ -434,7 +434,11 @@ export default {
 | 
	
		
			
				|  |  |        sales: null,
 | 
	
		
			
				|  |  |        salesCn: "",
 | 
	
		
			
				|  |  |        isBuy: "false",
 | 
	
		
			
				|  |  | -      studyType: this.$route.query.studyType ? this.$route.query.studyType : 11,
 | 
	
		
			
				|  |  | +      studyType: this.$route.query.studyType
 | 
	
		
			
				|  |  | +        ? this.$route.query.studyType
 | 
	
		
			
				|  |  | +        : this.$route.query.type && this.$route.query.type === "huakan"
 | 
	
		
			
				|  |  | +        ? 1
 | 
	
		
			
				|  |  | +        : 11,
 | 
	
		
			
				|  |  |        studyTypeName: this.$route.query.studyTypeName
 | 
	
		
			
				|  |  |          ? decodeURIComponent(this.$route.query.studyTypeName)
 | 
	
		
			
				|  |  |          : "小学版",
 |