mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
评估项目外人员扫码报错处理
This commit is contained in:
@@ -301,7 +301,7 @@ const { data } = useRequest(
|
||||
chapterOrStageId,
|
||||
targetId: infoId ? infoId : 0,
|
||||
},(res)=>{
|
||||
if (res.code === 6 || res.data.code === 6) {
|
||||
if (res.code === 6) {
|
||||
router.push({
|
||||
path: "/NotProject2",
|
||||
});
|
||||
@@ -427,7 +427,7 @@ onMounted(() => {
|
||||
result: JSON.stringify(data.value),
|
||||
beginTime: answerTime,
|
||||
})
|
||||
if (res.data.isSubmit) {
|
||||
if (res.code == 200 && res.data.isSubmit) {
|
||||
open();
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user