|
@@ -151,6 +151,7 @@ export default {
|
|
played(index, $event) {
|
|
played(index, $event) {
|
|
if (!this.examQuestion.limitedPlayTimes) {
|
|
if (!this.examQuestion.limitedPlayTimes) {
|
|
// 如果没有设置音频播放次数
|
|
// 如果没有设置音频播放次数
|
|
|
|
+ this.audioInPlay.add(name);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
const limitedPlayTimes = this.examQuestion.limitedPlayTimes;
|
|
const limitedPlayTimes = this.examQuestion.limitedPlayTimes;
|