Browse Source

修改录音问题

natasha 1 year ago
parent
commit
f6f43257bc

+ 2 - 0
src/components/Adult/preview/SentenceModule.vue

@@ -969,6 +969,8 @@ export default {
     },
     handleWav(list, tmIndex, index, indexs) {
       tmIndex = tmIndex ? tmIndex : 0;
+      index = index ? index : 0;
+      indexs = indexs ? indexs : 0;
       let resList = list.filter((item, index) => index == list.length - 1);
       this.$set(
         this.curQue.Bookanswer[index][indexs].recordList,

File diff suppressed because it is too large
+ 342 - 282
src/components/Adult/preview/SentenceMulModule.vue


Some files were not shown because too many files changed in this diff