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
687098d6
Commit
687098d6
authored
Sep 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/xiangwei/educationstu
into master
parents
a2684d8c
43a48bcb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
ListenTopic.vue
src/components/subject/ListenTopic.vue
+4
-2
answer.vue
src/components/subject/answer.vue
+1
-1
examPaper.vue
src/pages/exam/examPaper.vue
+1
-1
No files found.
src/components/subject/ListenTopic.vue
View file @
687098d6
...
@@ -165,7 +165,8 @@
...
@@ -165,7 +165,8 @@
<
template
v-if=
"isOperate"
>
<
template
v-if=
"isOperate"
>
<textarea
<textarea
type=
"text"
type=
"text"
v-model=
"item2.myAnswer"
v-for=
"cItem in item2.SubAnwser"
v-model=
"cItem.Content"
class=
"chooseName chooseName2"
class=
"chooseName chooseName2"
placeholder=
"请填写答案"
placeholder=
"请填写答案"
@
input=
"AnswerChange(item2)"
@
input=
"AnswerChange(item2)"
...
@@ -173,8 +174,9 @@
...
@@ -173,8 +174,9 @@
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<view
<view
v-for=
"cItem in item2.SubAnwser"
class=
"viewAnswerContent"
class=
"viewAnswerContent"
v-html=
"
item2.myAnswer
"
v-html=
"
cItem.Content
"
></view>
></view>
</
template
>
</
template
>
</view>
</view>
...
...
src/components/subject/answer.vue
View file @
687098d6
...
@@ -147,7 +147,7 @@ export default {
...
@@ -147,7 +147,7 @@ export default {
let
TimeDis
=
parseInt
(
d2
-
d1
)
/
1000
/
60
;
let
TimeDis
=
parseInt
(
d2
-
d1
)
/
1000
/
60
;
if
(
TimeDis
<
props
.
SubmitTimes
)
{
if
(
TimeDis
<
props
.
SubmitTimes
)
{
uni
.
showToast
({
uni
.
showToast
({
title
:
`开
场
不足
${
props
.
SubmitTimes
}
分钟禁止交卷哦~`
,
title
:
`开
考
不足
${
props
.
SubmitTimes
}
分钟禁止交卷哦~`
,
icon
:
"none"
,
icon
:
"none"
,
});
});
return
;
return
;
...
...
src/pages/exam/examPaper.vue
View file @
687098d6
...
@@ -531,7 +531,7 @@ export default {
...
@@ -531,7 +531,7 @@ export default {
let
TimeDis
=
parseInt
(
d2
-
d1
)
/
1000
/
60
;
let
TimeDis
=
parseInt
(
d2
-
d1
)
/
1000
/
60
;
if
(
TimeDis
<
data
.
SubmitTimes
)
{
if
(
TimeDis
<
data
.
SubmitTimes
)
{
uni
.
showToast
({
uni
.
showToast
({
title
:
`开
场
不足
${
data
.
SubmitTimes
}
分钟禁止交卷哦~`
,
title
:
`开
考
不足
${
data
.
SubmitTimes
}
分钟禁止交卷哦~`
,
icon
:
"none"
,
icon
:
"none"
,
});
});
return
;
return
;
...
...
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