|
@@ -12,7 +12,6 @@ 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({
|
|
@@ -162,7 +161,6 @@ export default defineComponent({
|
|
|
v-model:show={state.showMessage}
|
|
|
position="bottom"
|
|
|
style={{ background: 'transparent' }}
|
|
|
- safeAreaInsetBottom
|
|
|
>
|
|
|
<div class={styles.codeContainer}>
|
|
|
<div class={styles.codeBottom}>
|