Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
feeaf823
Commit
feeaf823
authored
Sep 23, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/xiangwei/educationstu
into master
parents
99b0d95d
f118bfd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
ListenTopic.vue
src/components/subject/ListenTopic.vue
+6
-9
readingCompre.vue
src/components/subject/readingCompre.vue
+5
-3
examScore.vue
src/pages/exam/examScore.vue
+1
-1
No files found.
src/components/subject/ListenTopic.vue
View file @
feeaf823
...
@@ -125,20 +125,17 @@
...
@@ -125,20 +125,17 @@
}}
</text>
,
}}
</text>
,
<text>
<text>
您的答案:
您的答案:
<template
v-if=
"item1.AnswerList && item1.AnswerList.length > 0"
>
<template
v-if=
"item1.AnswerList[index2].SubAnswer!=''"
>
<text
v-if=
"
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
item1.QuestionAnswerList[index2].SubAnswer ==
item1.AnswerList[index2].SubAnswer
"
class=
"isTrueAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
</text>
</text>
<text
v-else
class=
"isNotAnswer"
>
<text
v-else
class=
"isNotAnswer"
>
<template
v-if=
"item1.AnswerList[index2].SubAnswer != ''"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
</
template
>
<
template
v-else
>
未回答
</
template
>
</text>
</text>
</
template
>
</
template
>
<
template
v-else
>
<text
class=
"isNotAnswer"
>
未回答
</text>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx"
<view
style=
"margin-top: 20rpx"
...
...
src/components/subject/readingCompre.vue
View file @
feeaf823
...
@@ -123,14 +123,16 @@
...
@@ -123,14 +123,16 @@
<text
<text
class=
"isTrueAnswer"
>
{{
item1
.
QuestionAnswerList
[
index2
].
SubAnswer
}}
</text>
,
class=
"isTrueAnswer"
>
{{
item1
.
QuestionAnswerList
[
index2
].
SubAnswer
}}
</text>
,
<text>
您的答案:
<text>
您的答案:
<template
v-if=
"item1.AnswerList
&& item1.AnswerList.length>0
"
>
<template
v-if=
"item1.AnswerList
[index2].SubAnswer!=''
"
>
<text
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer"
v-if=
"item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
class=
"isTrueAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
</text>
</text>
<text
v-if=
"item1.AnswerList[index2].SubAnswer!=''"
class=
"isNotAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
</text>
<text
v-if=
"item1.AnswerList[index2].SubAnswer==''"
class=
"isNotAnswer"
>
未作答
</text>
</
template
>
<
template
v-else
>
<text
class=
"isNotAnswer"
>
未作答
</text>
</
template
>
</
template
>
</text>
</text>
</view>
</view>
...
...
src/pages/exam/examScore.vue
View file @
feeaf823
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</view>
</view>
<view
class=
"exam_Pingyu"
>
<view
class=
"exam_Pingyu"
>
<view
class=
"teacher_Say"
>
老师评语
</view>
<view
class=
"teacher_Say"
>
老师评语
</view>
<view
class=
"teacher_Inner"
>
<view
class=
"teacher_Inner"
v-if=
"dataList.StuComment"
>
{{ dataList.StuComment }}
{{ dataList.StuComment }}
</view>
</view>
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment