浏览代码

返回调整

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>