lex 2 年之前
父節點
當前提交
a87bfa06ff
共有 2 個文件被更改,包括 3 次插入0 次删除
  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}>