|
@@ -3,9 +3,8 @@ import styles from "./index.module.less";
|
|
|
|
|
|
import iconBack from "./image/icon-back.png";
|
|
|
import iconMode from "./image/mode.png";
|
|
|
-import Title from "./title";
|
|
|
import { headImg } from "./image";
|
|
|
-import { Badge, Circle, Popover, Popup, showConfirmDialog, showToast } from "vant";
|
|
|
+import { Badge, Circle, Popover, Popup, showConfirmDialog, showToast, NoticeBar } from "vant";
|
|
|
import Speed from "./speed";
|
|
|
import { evaluatingData, handleStartEvaluat } from "/src/view/evaluating";
|
|
|
import Settting from "./settting";
|
|
@@ -413,7 +412,12 @@ export default defineComponent({
|
|
|
{/* 返回和标题 */}
|
|
|
<div class={styles.headTopLeftBox}>
|
|
|
<img src={iconBack} class={['headTopBackBtn', styles.img, !headTopData.showBack && styles.hidenBack]} onClick={handleBack} />
|
|
|
- <div class={styles.title}>{state.examSongName}</div>
|
|
|
+ <div class={styles.title}>
|
|
|
+ <NoticeBar
|
|
|
+ text={state.examSongName}
|
|
|
+ background="none"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
{/* 模式切换 */}
|
|
|
<div
|