Browse Source

fix: bug修改

TIANYONG 9 months ago
parent
commit
1e8bcfeb55
1 changed files with 1 additions and 1 deletions
  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} />