|
@@ -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();
|
|
|
});
|