|  | @@ -1041,7 +1041,7 @@ export default {
 | 
	
		
			
				|  |  |        let id = this.id;
 | 
	
		
			
				|  |  |        this.codeStatus = true;
 | 
	
		
			
				|  |  |        if (type == "payment") {
 | 
	
		
			
				|  |  | -        this.codeTitle = "学员报名连接";
 | 
	
		
			
				|  |  | +        this.codeTitle = "学员报名链接";
 | 
	
		
			
				|  |  |          this.qrCodeUrl = vaildStudentUrl() + "/#/login?musicGroupId=" + id;
 | 
	
		
			
				|  |  |        } else if (type == "detail") {
 | 
	
		
			
				|  |  |          let teamName = this.$route.query.name;
 |