谢杰标 2 anni fa
parent
commit
a2c12cf279
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      pages3/polyv/detail.vue

+ 0 - 6
pages3/polyv/detail.vue

@@ -813,7 +813,6 @@ export default {
       clearTimer: null,
       livingItem: "",
       option: null,
-      muluStyle: false, //显示和隐藏目录样式
       bottomHeight: 0,
       toggleCourseShow: false, // 切换课程弹窗
       courseList: [], // 课程列表
@@ -3052,9 +3051,6 @@ export default {
         this.getNoteList();
       }
     },
-    clickMulu() {
-      this.muluStyle = !this.muluStyle;
-    },
     clears() {
       return new Promise((resolve, reject) => {
         this.vid = "";
@@ -3117,11 +3113,9 @@ export default {
       this.photoPopup = true;
       this.isTaking = true;
       this.enableAutoRotation = false;
-
       this.$nextTick(() => {
         const box = document.querySelector(".photo_v");
         const video = box.querySelector("video");
-        console.log("video:", video);
         video.srcObject = stream;
         video.play();
       });