@@ -63,7 +63,7 @@
uni.$emit('do-yy-audio-stop', data);
return;
}
-
+
// 重复播放
if (this.isplaying && data.stId == this.isplaying.stId && data.index == this.isplaying.index) {
@@ -171,6 +171,11 @@ export function useExam() {
reply: item.reply ? JSON.stringify(item.reply) : '',
stId: item.stId
})
+ } else if (item.type == 4) {
+ result.push({
+ reply: item.reply,
+ stId: item.stId
+ })