Explorar el Código

没有指法不引导

liushengqiang hace 2 años
padre
commit
e25810cd84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/page-instrument/component/mode-type-mode/index.tsx

+ 1 - 1
src/page-instrument/component/mode-type-mode/index.tsx

@@ -92,7 +92,7 @@ export default defineComponent({
 					{data.showPC && headTopData.modeType === "init" ? <TeacherBootom></TeacherBootom> : null}
 					{data.showStudent && headTopData.modeType === "init" ? <StudentBottom></StudentBottom> : null}
 					{data.showVip && headTopData.modeType === "init" && <TheVip />}
-					{headTopData.modeType === 'show' && state.modeType !== 'evaluating' && <GuideIndex list={['detail']} />}
+					{headTopData.modeType === 'show' && state.modeType !== 'evaluating' && state.fingeringInfo?.name && <GuideIndex list={['detail']} />}
 				</div>
 			</>
 		);