|
@@ -6,7 +6,7 @@
|
|
:key="index"
|
|
:key="index"
|
|
style="
|
|
style="
|
|
position: relative;
|
|
position: relative;
|
|
- font-size: 12px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
word-break: break-word;
|
|
word-break: break-word;
|
|
background-color: lightblue;
|
|
background-color: lightblue;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
@@ -26,9 +26,15 @@
|
|
@played="played(item.getAttribute('data-name'))"
|
|
@played="played(item.getAttribute('data-name'))"
|
|
/>
|
|
/>
|
|
<span v-if="examQuestion.limitedPlayTimes">
|
|
<span v-if="examQuestion.limitedPlayTimes">
|
|
- (剩余播放次数:{{
|
|
|
|
|
|
+ (<span style="color: red">请点击播放</span
|
|
|
|
+ >按钮听音作答。已播次数:<span style="color: red">{{
|
|
|
|
+ examQuestion.limitedPlayTimes -
|
|
getAudioPlayedTimes(item.getAttribute("data-name"))
|
|
getAudioPlayedTimes(item.getAttribute("data-name"))
|
|
- }})
|
|
|
|
|
|
+ }}</span
|
|
|
|
+ >,剩余播放次数:<span style="color: red">{{
|
|
|
|
+ getAudioPlayedTimes(item.getAttribute("data-name"))
|
|
|
|
+ }}</span
|
|
|
|
+ >)
|
|
</span>
|
|
</span>
|
|
<div
|
|
<div
|
|
v-if="audioInPlay.has(item.getAttribute('data-name'))"
|
|
v-if="audioInPlay.has(item.getAttribute('data-name'))"
|