Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
e45a88b1
提交
e45a88b1
authored
8月 18, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
模拟测试代码优化
上级
0791ec45
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
7 行删除
+8
-7
ExamTopic.vue
src/modules/exam-module/src/ExamTopic.vue
+0
-2
index.vue
src/pages/mockExam/index.vue
+8
-5
没有找到文件。
src/modules/exam-module/src/ExamTopic.vue
浏览文件 @
e45a88b1
...
@@ -411,7 +411,6 @@ export default {
...
@@ -411,7 +411,6 @@ export default {
collectQuestion
()
{
collectQuestion
()
{
this
.
setCurrentCollect
()
this
.
setCurrentCollect
()
const
queIds
=
this
.
collect
.
currentId
const
queIds
=
this
.
collect
.
currentId
// console.log(queIds)
this
.
collect
.
currentPages
?
this
.
removeColl
(
queIds
,
()
=>
{
this
.
collect
.
currentPages
?
this
.
removeColl
(
queIds
,
()
=>
{
Toast
(
'取消收藏'
)
Toast
(
'取消收藏'
)
this
.
collect
.
currentPages
=
false
this
.
collect
.
currentPages
=
false
...
@@ -751,7 +750,6 @@ export default {
...
@@ -751,7 +750,6 @@ export default {
Toast
.
clear
()
Toast
.
clear
()
const
times
=
this
.
$route
.
query
.
id
===
undefined
?
res
.
sheet
.
remainingTime
?
res
.
sheet
.
remainingTime
:
res
.
sheet
.
duration
:
res
.
sheet
.
duration
const
times
=
this
.
$route
.
query
.
id
===
undefined
?
res
.
sheet
.
remainingTime
?
res
.
sheet
.
remainingTime
:
res
.
sheet
.
duration
:
res
.
sheet
.
duration
parseInt
(
this
.
$route
.
query
.
id
)
===
-
1
?
this
.
errorQuestion
(
res
)
:
this
.
questionsData
=
res
parseInt
(
this
.
$route
.
query
.
id
)
===
-
1
?
this
.
errorQuestion
(
res
)
:
this
.
questionsData
=
res
console
.
log
(
this
.
questionsData
)
this
.
questionCount
=
res
.
sheet
.
question_count
this
.
questionCount
=
res
.
sheet
.
question_count
window
.
localStorage
.
userId
=
res
.
user_id
window
.
localStorage
.
userId
=
res
.
user_id
this
.
remainingTime
=
this
.
secondToDate
(
times
)
this
.
remainingTime
=
this
.
secondToDate
(
times
)
...
...
src/pages/mockExam/index.vue
浏览文件 @
e45a88b1
...
@@ -82,6 +82,7 @@
...
@@ -82,6 +82,7 @@
<
script
>
<
script
>
import
*
as
api
from
'@/api/courseExam.js'
import
*
as
api
from
'@/api/courseExam.js'
import
*
as
apiMy
from
'@/api/account.js'
export
default
{
export
default
{
metaInfo
()
{
metaInfo
()
{
return
{
return
{
...
@@ -96,10 +97,12 @@ export default {
...
@@ -96,10 +97,12 @@ export default {
}
}
},
},
mounted
()
{
mounted
()
{
const
userRole
=
parseInt
(
this
.
$store
.
state
.
user
.
student_info
.
role
)
apiMy
.
getUser
().
then
(
res
=>
{
if
(
userRole
!==
0
)
{
const
userRole
=
parseInt
(
res
.
student_info
.
role
)
this
.
roleChange
=
userRole
if
(
parseInt
(
userRole
)
!==
0
)
{
}
this
.
roleChange
=
userRole
}
})
if
(
window
.
localStorage
.
isExamEnd
===
'true'
)
{
if
(
window
.
localStorage
.
isExamEnd
===
'true'
)
{
if
(
this
.
$store
.
state
.
isVip
)
{
if
(
this
.
$store
.
state
.
isVip
)
{
this
.
abilityExam
()
this
.
abilityExam
()
...
@@ -336,7 +339,7 @@ export default {
...
@@ -336,7 +339,7 @@ export default {
.btn
{
.btn
{
width
:
2
.6rem
;
width
:
2
.6rem
;
height
:
.7rem
;
height
:
.7rem
;
background
:
rgba
(
43
,
124
,
233
,
1
)
;
background
:
#C62245
;
border-radius
:
.12rem
;
border-radius
:
.12rem
;
text-align
:
center
;
text-align
:
center
;
line-height
:
.7rem
;
line-height
:
.7rem
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论