Browse Source

文本调整

wangxy 4 months ago
parent
commit
a4665998f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/selectGradesTerms/index.vue

+ 2 - 2
pages/selectGradesTerms/index.vue

@@ -65,7 +65,7 @@
 		function handleConfirm() {
 			if (!data.activeXueke) {
 				uni.showToast({
-					title: "请选择学科",
+					title: "请选择课程类别",
 					duration: 2000,
 					icon: 'error'
 				});
@@ -73,7 +73,7 @@
 			}
 			if (!data.activeNianji) {
 				uni.showToast({
-					title: "请选择级",
+					title: "请选择课程等级",
 					duration: 2000,
 					icon: 'error'
 				});