lex hace 2 años
padre
commit
a87bfa06ff
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. 1 0
      src/school/companion-teacher/index.tsx
  2. 2 0
      src/school/school-detail/index.tsx

+ 1 - 0
src/school/companion-teacher/index.tsx

@@ -330,6 +330,7 @@ export default defineComponent({
           v-model:show={form.showMessage}
           position="bottom"
           style={{ background: 'transparent' }}
+          safeAreaInsetBottom
         >
           <div class={styles.codeContainer}>
             <div class={styles.codeBottom}>

+ 2 - 0
src/school/school-detail/index.tsx

@@ -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}>