|
@@ -8,8 +8,8 @@ import { Icon, showToast } from "vant";
|
|
|
import MoveMusicScore, { moveData, renderForMoveData } from "../plugins/move-music-score";
|
|
|
import { useRoute } from "vue-router";
|
|
|
import { getQuery } from "/src/utils/queryString";
|
|
|
-import IntonationDown from "./imgs/down_icon.png"
|
|
|
-import IntonationUp from "./imgs/up_icon.png"
|
|
|
+import IntonationDown from "./imgs/pitchLow.png"
|
|
|
+import IntonationUp from "./imgs/pitchHigh.png"
|
|
|
import MultipleRestMeasures from "./multipleRestMeasures"
|
|
|
|
|
|
const selectData = reactive({
|
|
@@ -371,11 +371,11 @@ export default defineComponent({
|
|
|
<Icon name="cross" /> */}
|
|
|
<div class={[styles.followTipUp, 'tip-up']}>
|
|
|
<img src={IntonationUp} />
|
|
|
- <span>音准<i>高了</i></span>
|
|
|
+ {/* <span>音准<i>高了</i></span> */}
|
|
|
</div>
|
|
|
<div class={[styles.followTipDown, 'tip-down']}>
|
|
|
<img src={IntonationDown} />
|
|
|
- <span>音准<i>低了</i></span>
|
|
|
+ {/* <span>音准<i>低了</i></span> */}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class={[styles.noteDot, 'node-dot']}></div>
|