wangxy 2 달 전
부모
커밋
8419b23808
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/client/Kaoshi/exam.vue
  2. 1 1
      pages/client/Lianxi/exam.vue

+ 1 - 1
pages/client/Kaoshi/exam.vue

@@ -353,7 +353,7 @@
 		console.log(questionData.value)
 		
 		uni.showLoading({
-			title: '加载中'
+			title: '提交中'
 		})
 		
 		questionData.value.forEach(dl => {

+ 1 - 1
pages/client/Lianxi/exam.vue

@@ -282,7 +282,7 @@
 		})
 		
 		uni.showLoading({
-			title: '加载中'
+			title: '提交中'
 		})
 	
 		lxApi.getClientLianxiSubmit(result).then(res => {