|
|
@@ -624,7 +624,7 @@
|
|
|
@sentPause="sentPause"
|
|
|
@handleWav="handleWav"
|
|
|
/>
|
|
|
- <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
|
|
|
+ <!-- <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
|
|
|
<Audio-compare
|
|
|
:theme-color="attrib ? attrib.topic_color : '#e35454'"
|
|
|
:index="index"
|
|
|
@@ -640,7 +640,7 @@
|
|
|
:get-play-status="getPlayStatus"
|
|
|
:attrib="attrib"
|
|
|
/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<span class="full-screen-icon" @click="fullScreen">
|
|
|
<svg-icon
|