wangxy 1 месяц назад
Родитель
Сommit
1bdd28ca44
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      pages/xinshuxue/components/useShuxueUnitTest.js
  2. 1 1
      pages/xinshuxue/lookShipin.vue

+ 1 - 1
pages/xinshuxue/components/useShuxueUnitTest.js

@@ -123,7 +123,7 @@ export function useShuxueTest(handleSeeResult,handleSeeResultClose) {
 			return;
 		}
 		// 更新单元测试状态
-		cacheManager.updateStatusAndProess(data.jieId)
+		cacheManager.updateShuxueWanchengStatus(data.jieId)
 		// 执行跳页
 		uni.$emit('unitShuxueTest-submit', {
 			rightAnswer: cdata.dui,

+ 1 - 1
pages/xinshuxue/lookShipin.vue

@@ -150,7 +150,7 @@
 				}).then(res => {
 					if (res.data) {
 						// 更新单员状态
-						cacheManager.updateStatusAndProess(this.jieInfo.jieId)
+						cacheManager.updateShuxueWanchengStatus(this.jieInfo.jieId)
 						// 学习完成提示弹窗
 						this.$refs.popupRef.open();
 					}