|
|
@@ -10,6 +10,7 @@ import {
|
|
|
catchError,
|
|
|
toast
|
|
|
} from "@/utils/common.js"
|
|
|
+import cacheManager from "@/utils/cacheManager.js";
|
|
|
|
|
|
|
|
|
export function useShuxueTest(handleSeeResult,handleSeeResultClose) {
|
|
|
@@ -121,7 +122,8 @@ export function useShuxueTest(handleSeeResult,handleSeeResultClose) {
|
|
|
toast("单元测试数据提交异常");
|
|
|
return;
|
|
|
}
|
|
|
-
|
|
|
+ // 更新单元测试状态
|
|
|
+ cacheManager.updateStatusAndProess(data.jieId)
|
|
|
// 执行跳页
|
|
|
uni.$emit('unitShuxueTest-submit', {
|
|
|
rightAnswer: cdata.dui,
|