|
@@ -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>
|