SanHQin 11 months ago
parent
commit
1571c6203c
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/components/classRoomHelper/index.vue

+ 6 - 4
src/components/classRoomHelper/index.vue

@@ -349,6 +349,7 @@ export default {
       //保存行为操作
       //保存行为操作
       //variable
       //variable
       //btn
       //btn
+			return;
       let params = [
       let params = [
         {
         {
           uid: this.userid,
           uid: this.userid,
@@ -382,6 +383,9 @@ export default {
     openSetting() {
     openSetting() {
       this.type = this.type == 1 ? 0 : 1;
       this.type = this.type == 1 ? 0 : 1;
       this.$nextTick(() => {
       this.$nextTick(() => {
+				if(this.type==1){
+					this.$parent.mlDialog = false
+				}
         this.setWidth();
         this.setWidth();
       });
       });
     },
     },
@@ -481,10 +485,11 @@ export default {
     changeFold(newValue) {
     changeFold(newValue) {
       // this.$message.info("展开");
       // this.$message.info("展开");
       this.fold = newValue;
       this.fold = newValue;
+
 			console.log(this.$refs.foldBtnRef)
 			console.log(this.$refs.foldBtnRef)
 			let e1 = this.$refs.foldBtnRef.getBoundingClientRect();
 			let e1 = this.$refs.foldBtnRef.getBoundingClientRect();
 			let e2 = this.$refs.ch_box.getBoundingClientRect();
 			let e2 = this.$refs.ch_box.getBoundingClientRect();
-
+			
 			console.log('👇👇')
 			console.log('👇👇')
 			console.log(e1.top - e2.top)
 			console.log(e1.top - e2.top)
 			this.$refs.itemFoldRef.style.top = e1.top - e2.top + "px";
 			this.$refs.itemFoldRef.style.top = e1.top - e2.top + "px";
@@ -494,9 +499,6 @@ export default {
       // this.$message.info("收起");
       // this.$message.info("收起");
       this.fold = newValue;
       this.fold = newValue;
     },
     },
-    insertMemorandum(text) {
-      this.$refs.MemorandumRef.insertMemorandum(text);
-    },
     // 语音识别
     // 语音识别
     startRecord() {
     startRecord() {
       this.$refs.levitatedSphereRef.startRecord();
       this.$refs.levitatedSphereRef.startRecord();