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

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

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