|
@@ -281,7 +281,8 @@
|
|
|
<div class="empty-right"></div>
|
|
|
</div>
|
|
|
<div class="dia-article-record">
|
|
|
- <Soundrecord @handleWav="handleWav" type="promax" class="luyin-box" />
|
|
|
+ <Soundrecord @handleWav="handleWav" :TaskModel="TaskModel"
|
|
|
+ :answerRecordList="curQue.Bookanswer.wordModel.recordList" type="promax" class="luyin-box" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -490,7 +491,10 @@ export default {
|
|
|
this.$emit("changeConfig", "isShowEN");
|
|
|
}
|
|
|
},
|
|
|
- handleWav() {},
|
|
|
+ handleWav(list, tmIndex) {
|
|
|
+ tmIndex = tmIndex ? tmIndex : 0;
|
|
|
+ this.$set(this.curQue.Bookanswer.wordModel, "recordList", list);
|
|
|
+ },
|
|
|
getCurTime(curTime) {
|
|
|
console.log(curTime);
|
|
|
this.curTime = curTime * 1000;
|