Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
cbcb7d58
Commit
cbcb7d58
authored
Jun 28, 2020
by
fanlin@91isoft.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考试系统只看错题bug判断卷子是否是错的
parent
17d3e2ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
paperDetail.vue
src/views/OnlineExamination/paperDetail.vue
+1
-3
No files found.
src/views/OnlineExamination/paperDetail.vue
View file @
cbcb7d58
...
...
@@ -333,7 +333,6 @@ export default {
pid
:
this
.
item
.
e_pid
}).
then
(
result
=>
{
const
res
=
result
console
.
log
(
res
)
this
.
detailObj
=
res
this
.
title
=
this
.
item
.
p_name
console
.
log
(
this
.
title
,
'55555555555555'
)
...
...
@@ -375,7 +374,7 @@ export default {
}
// 只看错题
if
(
this
.
checked
)
{
if
(
this
.
detailObj
.
data
.
check
[
Qid
]
<=
3
)
{
if
(
this
.
detailObj
.
data
.
check
[
Qid
]
!==
item
.
score
)
{
this
.
paper
.
push
({
type
:
item
.
type
,
id
:
item
.
id
,
...
...
@@ -407,7 +406,6 @@ export default {
}
})
})
console
.
log
(
this
.
paper
,
'OIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOoo'
)
// this.subjectContent()
},
/**
...
...
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