|
@@ -7,6 +7,7 @@ import iconBack from "./image/icon-back.svg";
|
|
import iconShiyi from "./image/icon-shiyi.svg";
|
|
import iconShiyi from "./image/icon-shiyi.svg";
|
|
import iconhuifang from "./image/icon-huifang.svg";
|
|
import iconhuifang from "./image/icon-huifang.svg";
|
|
import shiyiTop from "./image/shiyi-top.png";
|
|
import shiyiTop from "./image/shiyi-top.png";
|
|
|
|
+import shiyiClose from "./image/shiyi-close.svg";
|
|
import firstLeft from "./image/first-left.svg";
|
|
import firstLeft from "./image/first-left.svg";
|
|
import firstRight from "./image/first-right.svg";
|
|
import firstRight from "./image/first-right.svg";
|
|
import firstTop from "./image/first-top.svg";
|
|
import firstTop from "./image/first-top.svg";
|
|
@@ -288,7 +289,7 @@ export default defineComponent({
|
|
{
|
|
{
|
|
itemType.value === "integrity" &&
|
|
itemType.value === "integrity" &&
|
|
<div>
|
|
<div>
|
|
- <Note fill="#2ABC6F" />
|
|
|
|
|
|
+ <img class={styles.firstIcon3} src={firstCorrect} />
|
|
<span>演奏正确</span>
|
|
<span>演奏正确</span>
|
|
</div>
|
|
</div>
|
|
}
|
|
}
|
|
@@ -338,11 +339,12 @@ export default defineComponent({
|
|
|
|
|
|
<Popup
|
|
<Popup
|
|
v-model:show={shareData.shiyiShow}
|
|
v-model:show={shareData.shiyiShow}
|
|
- class="popup-custom van-scale center-closeBtn"
|
|
|
|
|
|
+ class="popup-custom van-scale center-closeBtn shiyiBox"
|
|
transition="van-scale"
|
|
transition="van-scale"
|
|
teleport="body"
|
|
teleport="body"
|
|
closeable
|
|
closeable
|
|
>
|
|
>
|
|
|
|
+ <img onClick={() => shareData.shiyiShow = false } class={styles.shiyiClose} src={shiyiClose} />
|
|
{scoreData.value.musicType === 'staff' ?
|
|
{scoreData.value.musicType === 'staff' ?
|
|
<div class={styles.shiyiPopup}>
|
|
<div class={styles.shiyiPopup}>
|
|
<img class={styles.shiyiTop} src={shiyiTop} />
|
|
<img class={styles.shiyiTop} src={shiyiTop} />
|
|
@@ -379,10 +381,6 @@ export default defineComponent({
|
|
<Note fill="#ADADAD" />
|
|
<Note fill="#ADADAD" />
|
|
<span>灰色音符:未演奏</span>
|
|
<span>灰色音符:未演奏</span>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</div> :
|
|
</div> :
|
|
<div class={styles.shiyiPopup}>
|
|
<div class={styles.shiyiPopup}>
|