@@ -256,7 +256,6 @@ export default {
}
},
playmicrophone(totalTimes) {
- debugger;
if (this.hasMicro) {
this.isPlaying = true;
if (this.selectIndex || this.selectIndex == 0) {
@@ -100,7 +100,6 @@ export default {
recordList: [],
this.$set(this.curQue, "Bookanswer", bookanswer);
- console.log(this.curQue.Bookanswer)
//生命周期 - 挂载完成(可以访问DOM元素)