| 
					
				 | 
			
			
				@@ -47,7 +47,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             延长报名 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="newBand" @click="onCreateQRCode('payment')">报名链接</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <div class="newBand" @click="onCreateQRCode('rePayment')">续费连接</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <div class="newBand" @click="onCreateQRCode('rePayment')">报名链接(无乐器)</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="newBand" @click="onCreateQRCode('detail')">缴费详情</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             class="newBand" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -999,7 +999,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.codeTitle = '报名缴费详情' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.qrCodeUrl = vaildTeacherUrl() + "/#/order?musicGroupId=" + id + "&musicGroupName=" + teamName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if(type == 'rePayment') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.codeTitle = '学生续费连接' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.codeTitle = '学生报名链接(无乐器)' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.qrCodeUrl = vaildStudentUrl() + "/#/musicGroupRePayment?musicGroupId=" + id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |