@@ -163,12 +163,14 @@ export function useExam() {
}
})
-
+ uni.showLoading({
+ title: '交卷中...'
+ });
const [error, cdata] = await catchError(httpUnit.getExamSubmit({
jieId: data.jieId,
shitiList: result
}));
+ uni.hideLoading()
if (error) {
toast("单元测试数据提交异常");
return;