提交 93df33b9 编写于 作者: guangjun.yang's avatar guangjun.yang

学习课程必须使用学习卡哦

上级 903432d6
......@@ -177,7 +177,7 @@ export default {
let currentExam = {};
// 查找当前课程后面的有没有考试
for(let i = index; i < contentList.length; i ++) {
if(contentList[i].type == 1) {
if(contentList[i].type == 1 && contentList[i].status != 16) {
hasExam = true;
currentExam = contentList[i];
break;
......
......@@ -2,7 +2,7 @@
<section @click="jumpToCardList" class="card-banner-wrapper">
<article class="left">
<img :class="{'is-android': isAndroid}" src="../../images/cme/phrase2/what.png" alt />
<span>学习项目必须使用学习卡哦~</span>
<span>学习课程必须使用学习卡哦~</span>
</article>
<span class="right">购买学习卡</span>
</section>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册