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
8b27752c
Commit
8b27752c
authored
Sep 10, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
78361295
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
examPaper.vue
src/pages/exam/examPaper.vue
+1
-3
index.vue
src/pages/index/index.vue
+4
-3
No files found.
src/pages/exam/examPaper.vue
View file @
8b27752c
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<view
v-for=
"(item, index) in peaperDetail.Paper.GroupList"
:key=
"index"
>
<view
v-for=
"(item, index) in peaperDetail.Paper.GroupList"
:key=
"index"
>
<i
<i
class=
"iconfont icon-caidanzu answerSheet"
class=
"iconfont icon-caidanzu answerSheet"
style=
"position: absolute; right: 15px; top: 85px;
z-index:999;
"
style=
"position: absolute; right: 15px; top: 85px;
z-index: 999
"
@
click=
"showAnswerSheet"
@
click=
"showAnswerSheet"
></i>
></i>
<!-- 数字单选题 -->
<!-- 数字单选题 -->
...
@@ -417,11 +417,9 @@ export default {
...
@@ -417,11 +417,9 @@ export default {
//考试结束
//考试结束
examFinish
()
{
examFinish
()
{
if
(
data
.
peaperDetail
.
Publish
.
IsAutoSubmit
===
1
)
{
if
(
data
.
peaperDetail
.
Publish
.
IsAutoSubmit
===
1
)
{
refs
.
answer
;
}
}
},
},
};
};
console
.
log
(
424
,
refs
.
answer
);
onMounted
(()
=>
{
onMounted
(()
=>
{
getSystemInfo
((
res
)
=>
{
getSystemInfo
((
res
)
=>
{
data
.
statusBarHeight
=
res
.
statusBarHeight
;
data
.
statusBarHeight
=
res
.
statusBarHeight
;
...
...
src/pages/index/index.vue
View file @
8b27752c
...
@@ -62,20 +62,21 @@
...
@@ -62,20 +62,21 @@
@
click=
"
@
click=
"
jumpPage(`/pages/course/timeTable?classId=$
{indexData.ClassId}`)
jumpPage(`/pages/course/timeTable?classId=$
{indexData.ClassId}`)
"
"
v-if="indexData.ClassPlan.TimeStart"
>
>
全部
全部
<van-icon
name=
"arrow"
style=
"margin-left: 30rpx"
/>
<van-icon
name=
"arrow"
style=
"margin-left: 30rpx"
/>
</view>
</view>
</view>
</view>
<view
class=
"timetable_item2"
>
<view
class=
"timetable_item2"
>
日期:
{{
indexData
.
ClassPlan
.
NewPlanDateTimeStr
}}
日期:
{{
indexData
.
ClassPlan
.
NewPlanDateTimeStr
||
"暂无"
}}
</view>
</view>
<view
class=
"timetable_item2"
>
<view
class=
"timetable_item2"
>
时间:
{{
indexData
.
ClassPlan
.
TimeStr
时间:
{{
indexData
.
ClassPlan
.
TimeStr
}}{{
indexData
.
ClassPlan
.
TimeStart
}}
}}{{
indexData
.
ClassPlan
.
TimeStart
||
"暂无"
}}
</view>
</view>
<view
class=
"timetable_item2"
>
<view
class=
"timetable_item2"
>
老师:
{{
indexData
.
ClassPlan
.
TeacherName
}}
老师:
{{
indexData
.
ClassPlan
.
TeacherName
||
"暂无"
}}
</view>
</view>
<view
class=
"timetable_item2"
>
<view
class=
"timetable_item2"
>
状态:
状态:
...
...
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