SanHQin 8 mēneši atpakaļ
vecāks
revīzija
0d46d134f1

+ 3 - 1
src/components/classRoomHelper/component/levitatedSphere.vue

@@ -84,8 +84,10 @@ export default {
         ).selectedIndex = 2; //普通话
         iiframe.contentWindow.testdoContinuousPronunciationAssessment();
 				this.$message.success("已开启语音助手,请说“可可同学”来唤醒")
+				this.$parent.changeRecordType(1);
 				this.isOpen = true;
         iiframe.contentWindow.onRecognizedResult = e => {
+					
           let _msg = e.privText;
           // let _msg = _text;
           // console.log("👇");
@@ -120,7 +122,7 @@ export default {
 								}
                 this.showTextIndex = 2;
                 this.aiText = "";
-                if (/计时(.+)分钟/.test(this.userText) != -1) {
+                if (/计时(.+)分钟/.test(this.userText)) {
                   setTimeout(() => {
 										let _number = this.userText.match(/计时(.+)分钟/)[1]
 										let _time = 0;