소스 검색

fix: bug修改

TIANYONG 9 달 전
부모
커밋
1e8bcfeb55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/page-instrument/header-top/index.tsx

+ 1 - 1
src/page-instrument/header-top/index.tsx

@@ -668,7 +668,7 @@ export default defineComponent({
           }}
         >
           {/* 返回和标题 */}
-          {!(state.playState == "play" || followData.start || evaluatingData.startBegin) && !state.isWeb &&  (
+          {!(state.playState == "play" || followData.start || evaluatingData.startBegin) &&  (
             <div id="noticeBarRollDom" class={styles.headTopLeftBox}>
               {
                 !query.isMove && !query.isHideBack && <img src={iconBack} class={["headTopBackBtn", styles.img, !headTopData.showBack && styles.hidenBack]} onClick={handleBack} />