Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
72a7a6de
提交
72a7a6de
authored
8月 06, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改页面标题
上级
2fe4c775
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
abilityAnswer.vue
src/pages/courseExam/abilityAnswer.vue
+2
-2
courseNode.vue
src/pages/courseExam/courseNode.vue
+1
-1
index.vue
src/pages/courseExam/index.vue
+1
-1
没有找到文件。
src/pages/courseExam/abilityAnswer.vue
浏览文件 @
72a7a6de
...
...
@@ -17,7 +17,7 @@
</div>
<div
class=
"exam_submit"
v-if=
"isExamPop"
>
<div
class=
"pop"
>
<div
class=
"tit"
>
能力自测
</div>
<div
class=
"tit"
>
考前摸底
</div>
<div
class=
"txt"
>
您上次未做完试题
</div>
<div
class=
"btn_box"
>
<div
class=
"btn"
@
click=
"goAbilityExam(1)"
>
重新答题
</div>
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"exam_submit"
v-if=
"isExamPopTo"
>
<div
class=
"pop"
>
<div
class=
"tit"
>
能力自测
</div>
<div
class=
"tit"
>
考前摸底
</div>
<div
class=
"txt"
>
考试还未结束确定退出考试?
</div>
<div
class=
"btn_box"
>
<div
class=
"btn"
@
click=
"isExamPopTo = false"
>
退出考试
</div>
...
...
src/pages/courseExam/courseNode.vue
浏览文件 @
72a7a6de
...
...
@@ -14,7 +14,7 @@ import CourseTag from '@/pages/course/tag/index.vue'
export
default
{
components
:
{
CourseTag
},
metaInfo
:
{
title
:
'
知识点小测
'
title
:
'
按考点练习
'
},
data
()
{
return
{
...
...
src/pages/courseExam/index.vue
浏览文件 @
72a7a6de
...
...
@@ -127,7 +127,7 @@ export default {
isExamPop
:
false
,
isExamPopTo
:
false
,
tabNav
:
{
navText
:
[
'按
考点练习'
,
'按章节
练习'
],
navText
:
[
'按
章节练习'
,
'按考点
练习'
],
navIndex
:
0
},
CourseChapter
:
[],
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论