lsc 1 år sedan
förälder
incheckning
9b67d2deea

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.933e4995692d115f3dcba37bf0cd4fcc.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.73d9a174a737c505fbaa.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.45c24e7c6fc090d90380d2beae4cc051.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.a630d677ff483039595f.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/css/app.45c24e7c6fc090d90380d2beae4cc051.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/css/app.45c24e7c6fc090d90380d2beae4cc051.css.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/css/app.933e4995692d115f3dcba37bf0cd4fcc.css.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/app.a630d677ff483039595f.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/app.a630d677ff483039595f.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 6 - 3
src/components/components/onlineWrite.vue

@@ -326,12 +326,15 @@ export default {
             : "";
           try {
             aiImageNav = JSON.parse(aiImageNav);
+            this.myAnswerList.engTitle = aiImageNav.title;
+            this.myAnswerList.engText = aiImageNav.content;
           } catch (error) {
-            this.getImageNav();
+            // this.getImageNav();
+            this.myAnswerList.engTitle = '';
+            this.myAnswerList.engText = aiImageNav;
           }
           console.log(aiImageNav);
-          this.myAnswerList.engTitle = aiImageNav.title;
-          this.myAnswerList.engText = aiImageNav.content;
+
           this.type = 1;
           loading.close();
         },

+ 8 - 4
src/components/easy2/commpont/onlineWrite.vue

@@ -324,14 +324,18 @@ export default {
           let aiImageNav = res.data.FunctionResponse.choices
             ? res.data.FunctionResponse.choices[0].message.content
             : "";
-          try {
+            try {
             aiImageNav = JSON.parse(aiImageNav);
+            this.myAnswerList.engTitle = aiImageNav.title;
+            this.myAnswerList.engText = aiImageNav.content;
           } catch (error) {
-            this.getImageNav();
+            // this.getImageNav();
+            this.myAnswerList.engTitle = '';
+            this.myAnswerList.engText = aiImageNav;
           }
           console.log(aiImageNav);
-          this.myAnswerList.engTitle = aiImageNav.title;
-          this.myAnswerList.engText = aiImageNav.content;
+          // this.myAnswerList.engTitle = aiImageNav.title;
+          // this.myAnswerList.engText = aiImageNav.content;
           this.type = 1;
           loading.close();
         },

+ 8 - 4
src/components/easy3/commpont/onlineWrite.vue

@@ -324,14 +324,18 @@ export default {
           let aiImageNav = res.data.FunctionResponse.choices
             ? res.data.FunctionResponse.choices[0].message.content
             : "";
-          try {
+            try {
             aiImageNav = JSON.parse(aiImageNav);
+            this.myAnswerList.engTitle = aiImageNav.title;
+            this.myAnswerList.engText = aiImageNav.content;
           } catch (error) {
-            this.getImageNav();
+            // this.getImageNav();
+            this.myAnswerList.engTitle = '';
+            this.myAnswerList.engText = aiImageNav;
           }
           console.log(aiImageNav);
-          this.myAnswerList.engTitle = aiImageNav.title;
-          this.myAnswerList.engText = aiImageNav.content;
+          // this.myAnswerList.engTitle = aiImageNav.title;
+          // this.myAnswerList.engText = aiImageNav.content;
           this.type = 1;
           loading.close();
         },

+ 8 - 4
src/components/trainCourse/easy2/commpont/onlineWrite.vue

@@ -324,14 +324,18 @@ export default {
           let aiImageNav = res.data.FunctionResponse.choices
             ? res.data.FunctionResponse.choices[0].message.content
             : "";
-          try {
+            try {
             aiImageNav = JSON.parse(aiImageNav);
+            this.myAnswerList.engTitle = aiImageNav.title;
+            this.myAnswerList.engText = aiImageNav.content;
           } catch (error) {
-            this.getImageNav();
+            // this.getImageNav();
+            this.myAnswerList.engTitle = '';
+            this.myAnswerList.engText = aiImageNav;
           }
           console.log(aiImageNav);
-          this.myAnswerList.engTitle = aiImageNav.title;
-          this.myAnswerList.engText = aiImageNav.content;
+          // this.myAnswerList.engTitle = aiImageNav.title;
+          // this.myAnswerList.engText = aiImageNav.content;
           this.type = 1;
           loading.close();
         },

+ 8 - 4
src/components/trainCourse/easy3/commpont/onlineWrite.vue

@@ -324,14 +324,18 @@ export default {
           let aiImageNav = res.data.FunctionResponse.choices
             ? res.data.FunctionResponse.choices[0].message.content
             : "";
-          try {
+            try {
             aiImageNav = JSON.parse(aiImageNav);
+            this.myAnswerList.engTitle = aiImageNav.title;
+            this.myAnswerList.engText = aiImageNav.content;
           } catch (error) {
-            this.getImageNav();
+            // this.getImageNav();
+            this.myAnswerList.engTitle = '';
+            this.myAnswerList.engText = aiImageNav;
           }
           console.log(aiImageNav);
-          this.myAnswerList.engTitle = aiImageNav.title;
-          this.myAnswerList.engText = aiImageNav.content;
+          // this.myAnswerList.engTitle = aiImageNav.title;
+          // this.myAnswerList.engText = aiImageNav.content;
           this.type = 1;
           loading.close();
         },

Vissa filer visades inte eftersom för många filer har ändrats