|  | @@ -12,6 +12,7 @@ import TeacherItem from './modals/teacher-item'
 | 
	
		
			
				|  |  |  import { schoolSystem } from '@/constant/index'
 | 
	
		
			
				|  |  |  import iconCallPhone from '@common/images/icon-call-phone.png'
 | 
	
		
			
				|  |  |  import iconCallMessage from '@common/images/icon-call-message.png'
 | 
	
		
			
				|  |  | +import { postMessage } from '@/helpers/native-message'
 | 
	
		
			
				|  |  |  import request from '@/helpers/request'
 | 
	
		
			
				|  |  |  import OEmpty from '@/components/o-empty'
 | 
	
		
			
				|  |  |  export default defineComponent({
 | 
	
	
		
			
				|  | @@ -161,6 +162,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            v-model:show={state.showMessage}
 | 
	
		
			
				|  |  |            position="bottom"
 | 
	
		
			
				|  |  |            style={{ background: 'transparent' }}
 | 
	
		
			
				|  |  | +          safeAreaInsetBottom
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <div class={styles.codeContainer}>
 | 
	
		
			
				|  |  |              <div class={styles.codeBottom}>
 |