소스 검색

返回调整

wangxy 2 달 전
부모
커밋
2dd6be0afe
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  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>