|  | @@ -378,9 +378,9 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          !forms.isChangeSchool &&
 | 
	
		
			
				|  |  |          forms.isRegister === 'update'
 | 
	
		
			
				|  |  |        ) {
 | 
	
		
			
				|  |  | -        otherParams.showOtherMessage = `您已绑定【${
 | 
	
		
			
				|  |  | +        otherParams.showOtherMessage = `您已绑定<span style="color: #2B85FF">【${
 | 
	
		
			
				|  |  |            forms.studentItem?.schoolName || ''
 | 
	
		
			
				|  |  | -        }】,提交后将更换到<span style="color: #2B85FF">【${
 | 
	
		
			
				|  |  | +        }】</span>,提交后将更换到<span style="color: #2B85FF">【${
 | 
	
		
			
				|  |  |            forms.details.name || ''
 | 
	
		
			
				|  |  |          }】</span>,是否确认提交?`;
 | 
	
		
			
				|  |  |          otherParams.showOtherSchool = true;
 |