Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
f6e56e56
提交
f6e56e56
authored
8月 06, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改能力自测结果页文案
上级
754f9777
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
6 行增加
和
5 行删除
+6
-5
ExamEnd.vue
src/modules/exam-module/src/ExamEnd.vue
+6
-5
没有找到文件。
src/modules/exam-module/src/ExamEnd.vue
浏览文件 @
f6e56e56
...
@@ -31,18 +31,19 @@
...
@@ -31,18 +31,19 @@
<img
v-show=
"ratioNum >= 40 && ratioNum < 60"
src=
"../assets/images/mountain2.png"
alt=
""
>
<img
v-show=
"ratioNum >= 40 && ratioNum < 60"
src=
"../assets/images/mountain2.png"
alt=
""
>
<img
v-show=
"ratioNum >= 60 && ratioNum < 99"
src=
"../assets/images/mountain3.png"
alt=
""
>
<img
v-show=
"ratioNum >= 60 && ratioNum < 99"
src=
"../assets/images/mountain3.png"
alt=
""
>
<img
v-show=
"ratioNum == 100"
src=
"../assets/images/mountain4.png"
alt=
""
>
<img
v-show=
"ratioNum == 100"
src=
"../assets/images/mountain4.png"
alt=
""
>
<
template
v-if=
"title != '
能力自测
'"
>
<
template
v-if=
"title != '
考前摸底
'"
>
<div
v-if=
"ratioNum == 100"
class=
"txt"
>
成功近在眼前,再接再厉!
</div>
<div
v-if=
"ratioNum == 100"
class=
"txt"
>
成功近在眼前,再接再厉!
</div>
<div
v-else
class=
"txt"
>
您离成功还有一段距离,继续努力!
</div>
<div
v-else
class=
"txt"
>
您离成功还有一段距离,继续努力!
</div>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<div
class=
"txt"
style=
"text-align: left;"
>
您距离拿证还有一段距离,急速拿证推荐您使用VIP课程!
</div>
<div
v-if=
"ratioNum >= 90"
class=
"txt"
style=
"text-align: left;"
>
您的成绩不错呦,保持住,想进一步提升成绩,推荐购买VIP服务!
</div>
<div
v-else
class=
"txt"
style=
"text-align: left;"
>
您距离拿证还有一段距离,急速拿证推荐您购买VIP服务
</div>
</
template
>
</
template
>
</div>
</div>
<div
class=
"nl-btn"
v-if=
"title == '
能力自测
'"
>
<div
class=
"nl-btn"
v-if=
"title == '
考前摸底
'"
>
<!-- <div class="btn" @click="goAbilityExam">重做测试</div>
<!-- <div class="btn" @click="goAbilityExam">重做测试</div>
<div class="btn" @click="goCourse">学习课程</div> -->
<div class="btn" @click="goCourse">学习课程</div> -->
<div
class=
"new-btn"
@
click=
"goVip"
>
购买
VIP
服务
</div>
<div
class=
"new-btn"
@
click=
"goVip"
>
购买
全部
服务
</div>
</div>
</div>
<div
class=
"card"
>
<div
class=
"card"
>
<div
class=
"tit"
>
答题卡:
</div>
<div
class=
"tit"
>
答题卡:
</div>
...
@@ -159,7 +160,7 @@ export default {
...
@@ -159,7 +160,7 @@ export default {
if
(
this
.
$route
.
query
.
course_id
||
this
.
$route
.
query
.
tag_id
)
{
if
(
this
.
$route
.
query
.
course_id
||
this
.
$route
.
query
.
tag_id
)
{
this
.
$route
.
query
.
type
===
1
||
this
.
$route
.
query
.
type
===
'1'
?
this
.
title
=
'随堂小测'
:
this
.
title
=
'知识点小测'
this
.
$route
.
query
.
type
===
1
||
this
.
$route
.
query
.
type
===
'1'
?
this
.
title
=
'随堂小测'
:
this
.
title
=
'知识点小测'
}
else
{
}
else
{
this
.
$route
.
query
.
type
===
1
||
this
.
$route
.
query
.
type
===
'1'
?
this
.
title
=
'
能力自测
'
:
this
.
title
=
'模拟考试'
this
.
$route
.
query
.
type
===
1
||
this
.
$route
.
query
.
type
===
'1'
?
this
.
title
=
'
考前摸底
'
:
this
.
title
=
'模拟考试'
}
}
// this.title
// this.title
this
.
initData
()
this
.
initData
()
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论