wangxy 2 månader sedan
förälder
incheckning
2dd6be0afe
2 ändrade filer med 6 tillägg och 2 borttagningar
  1. 3 1
      pages/client/Kaoshi/exam.vue
  2. 3 1
      pages/client/Lianxi/exam.vue

+ 3 - 1
pages/client/Kaoshi/exam.vue

@@ -736,6 +736,8 @@
 				title: data.ksName
 			});
 			startCountDown.value = true;
-		})
+		}).catch(err => {
+      handleBack()
+    })
 	}
 </script>

+ 3 - 1
pages/client/Lianxi/exam.vue

@@ -549,6 +549,8 @@
 				title: data.lxName
 			});
 			startCountDown.value = true;
-		})
+		}).catch(err => {
+      handleBack()
+    })
 	}
 </script>