natasha пре 3 година
родитељ
комит
3418809faa

+ 0 - 1
src/components/Adult/preview/Soundrecord.vue

@@ -256,7 +256,6 @@ export default {
       }
     },
     playmicrophone(totalTimes) {
-      debugger;
       if (this.hasMicro) {
         this.isPlaying = true;
         if (this.selectIndex || this.selectIndex == 0) {

+ 0 - 1
src/components/Adult/preview/TableView.vue

@@ -100,7 +100,6 @@ export default {
             recordList: [],
         }
         this.$set(this.curQue, "Bookanswer", bookanswer);
-        console.log(this.curQue.Bookanswer)
       }
   },
   //生命周期 - 挂载完成(可以访问DOM元素)