Parcourir la source

录音切分接口

natasha il y a 2 ans
Parent
commit
3074b889d5

+ 1 - 2
src/components/Adult/preview/DialogueArticleViewChs/index.vue

@@ -299,12 +299,11 @@ export default {
   created() {
     let data = JSON.parse(getToken());
     this.tokenData = data;
-    console.log("2022-11-08 09点16分");
   },
   //生命周期 - 挂载完成(可以访问DOM元素)
   mounted() {
     let _this = this;
-    _this.getmp3List();
+    // _this.getmp3List();
     if (!_this.curQue.Bookanswer) {
       let userAnswer = JSON.parse(JSON.stringify(_this.userAnswer));
       _this.$set(this.curQue, "Bookanswer", userAnswer);