|
@@ -63,7 +63,7 @@ function getAudioPlayedTimes(name: string) {
|
|
<div v-html="questionSegements.text" />
|
|
<div v-html="questionSegements.text" />
|
|
|
|
|
|
<div
|
|
<div
|
|
- v-for="(item, index) in questionSegements.audios"
|
|
|
|
|
|
+ v-for="item in questionSegements.audios"
|
|
:key="item.src"
|
|
:key="item.src"
|
|
style="
|
|
style="
|
|
position: relative;
|
|
position: relative;
|