From c7735db135f9c3c99224d8b5d2157926efde0977 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 09 May 2022 09:56:10 +0800
Subject: [PATCH] 登录用户名提示修改为姓名
---
src/components/Subjects/PracticalOperation/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/Subjects/PracticalOperation/index.vue b/src/components/Subjects/PracticalOperation/index.vue
index 424b0c2..8c7aeba 100644
--- a/src/components/Subjects/PracticalOperation/index.vue
+++ b/src/components/Subjects/PracticalOperation/index.vue
@@ -4,7 +4,7 @@
<div class="subject-title">
{{ index }}
<span class="subject-title-content" v-html="subjectInfo.subjectName" />
- <span class="subject-title-content">
+ <span class="subject-title-content titlesss">
( 实操题 <span
v-if="subjectInfo.score !== undefined && subjectInfo.score !== 0"
> {{ subjectInfo.score }}分 </span
@@ -55,7 +55,7 @@
return this.userAnswer;
},
setAnswer(answer, option) {
- console.log(answer);
+ // console.log(answer);
if (answer != "") {
this.userAnswer = answer;
} else {
@@ -131,9 +131,9 @@
});
}
- console.log(this.userAnswer, 123);
+ // console.log(this.userAnswer, 123);
for (var k in this.userAnswer) {
- console.log(this.userAnswer[k]);
+ // console.log(this.userAnswer[k]);
}
},
--
Gitblit v1.9.3