|  | @@ -44,6 +44,14 @@ export default {
 | 
	
		
			
				|  |  |          name: "新实用汉语",
 | 
	
		
			
				|  |  |          id: "003-20210908-10-1ZWNGSASZL",
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  | +      book5: {
 | 
	
		
			
				|  |  | +        name: "新航标职业英语 综合英语(基础级)学生用书1(修订版)",
 | 
	
		
			
				|  |  | +        id: "002-20211029-14-9VGMXLV2NU",
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  | +      book6: {
 | 
	
		
			
				|  |  | +        name: "新航标职业英语",
 | 
	
		
			
				|  |  | +        id: "002-20211011-10-GOLXUZST4G",
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  |        loading: null,
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |    },
 | 
	
	
		
			
				|  | @@ -69,6 +77,12 @@ export default {
 | 
	
		
			
				|  |  |        } else if (type == "book4") {
 | 
	
		
			
				|  |  |          name = this.book4.name;
 | 
	
		
			
				|  |  |          id = this.book4.id;
 | 
	
		
			
				|  |  | +      } else if (type == "book5") {
 | 
	
		
			
				|  |  | +        name = this.book5.name;
 | 
	
		
			
				|  |  | +        id = this.book5.id;
 | 
	
		
			
				|  |  | +      } else if (type == "book6") {
 | 
	
		
			
				|  |  | +        name = this.book6.name;
 | 
	
		
			
				|  |  | +        id = this.book6.id;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        let codeName = "login_control-CreateTempAccessCode";
 | 
	
		
			
				|  |  |        let access_code = null;
 |