Просмотр исходного кода

Merge branch '2025北京诚祥' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥

tanxue 3 месяцев назад
Родитель
Сommit
6a9691136e
3 измененных файлов с 3 добавлено и 5 удалено
  1. 1 3
      pages/Login/index.vue
  2. 1 1
      pages/client/Kaoshi/exam.vue
  3. 1 1
      pages/client/Lianxi/exam.vue

+ 1 - 3
pages/Login/index.vue

@@ -8,9 +8,7 @@
 	// #ifdef APP-PLUS
 	<AdminloginBox></AdminloginBox>
 	// #endif
-	
-	
-	
+
 </template>
 <script setup>
 	import ClientLoginBox  from './components/clientloginBox.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 => {