lex-xin 5 months ago
parent
commit
ce01667c42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/teacher-cert/index.tsx

+ 1 - 1
src/teacher/teacher-cert/index.tsx

@@ -162,7 +162,7 @@ export default defineComponent({
         <div>
           {teacherState.active != 4 ? (
             <>
-              {!browser().isApp ? <ColHeader /> : ''}
+              {browser().isApp ? <ColHeader /> : ''}
               <Steps style={{ marginBottom: '12px' }} />
             </>
           ) : null}