diff --git a/public/images/bgimg/wfl.png b/public/images/bgimg/wfl.png new file mode 100644 index 00000000..53715d7e Binary files /dev/null and b/public/images/bgimg/wfl.png differ diff --git a/src/views/Index.vue b/src/views/Index.vue index 2ba681ab..1ee8146d 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -580,6 +580,9 @@ export default { userIds.push(courseTeahcer.teacherIds[0]); item.authorInfo.aid = courseTeahcer.teacherIds[0]; item.authorInfo.name = courseTeahcer.names[0]; + if(item.authorInfo.name=='BOE教师'){ + item.authorInfo.name=''; + } } return true; } else { diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index 76bccab4..8cc7639b 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -170,7 +170,7 @@
-
+
@@ -182,10 +182,8 @@
- - + +
@@ -370,7 +368,7 @@ export default { testName: '', remark: '', difficulty: '', - data: [] + data: [] }, showCompilerDialog: false, checkQuest: [], @@ -413,6 +411,9 @@ export default { // } }, methods: { + changeInput(e){ + this.$forceUpdate(); + }, currentChange(val) { this.qlib.pageIndex = val; this.questionList(); @@ -725,6 +726,11 @@ export default {