人生啊人生 3 tháng trước cách đây
mục cha
commit
bf7dd5cf83
1 tập tin đã thay đổi với 7 bổ sung3 xóa
  1. 7 3
      user_web/src/view/student/trainChapter/trainChapter.vue

+ 7 - 3
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -700,6 +700,7 @@ const carCameraScreenshotEvent = (img: any) => {// CCTV实训检测三维场景
                     courseChapter3dShow().show.showPromptEvent('截图上传完成', null, function (res: any) {
                         // console.log("yes", res);
                     });
+
                 })
                 .catch(function (studentTaskPhotoResError: any) {
                     // ElMessage({
@@ -711,6 +712,7 @@ const carCameraScreenshotEvent = (img: any) => {// CCTV实训检测三维场景
                     courseChapter3dShow().show.showPromptEvent('上传失败', null, function (res: any) {
                         // console.log("yes", res);
                     });
+
                 });
         })
         .catch(function (e: any) {
@@ -723,6 +725,7 @@ const carCameraScreenshotEvent = (img: any) => {// CCTV实训检测三维场景
             courseChapter3dShow().show.showPromptEvent('上传失败', null, function (res: any) {
                 // console.log("yes", res);
             });
+            
         });
 };
 
@@ -861,9 +864,10 @@ const callbackProcessUpdateQvEvent = (db : any) => {
  * QV截图逻辑
  */
 const callbackScreenshotEventQv = (base64Str : any) => {
-    console.log(
-        "callbackScreenshotEventQv", base64Str
-    );
+    // console.log(
+    //     "callbackScreenshotEventQv", base64Str
+    // );
+    carCameraScreenshotEvent(base64Str);
 }
 
 </script>