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

学完全部课程,可参加考试

上级 90054f18
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
</section> </section>
</article> </article>
</section> </section>
<Loading v-if="showLoading" />
<!-- <div> <!-- <div>
<iframe src="https://www.baidu.com" id="mobsf" frameborder="0" style="width:100%;height:500px;"></iframe> <iframe src="https://www.baidu.com" id="mobsf" frameborder="0" style="width:100%;height:500px;"></iframe>
</div>--> </div>-->
...@@ -67,6 +66,7 @@ ...@@ -67,6 +66,7 @@
<img src="../images/cme/phrase2/back-top.png" alt /> <img src="../images/cme/phrase2/back-top.png" alt />
</article> </article>
</transition> </transition>
<Loading v-if="showLoading" />
<!-- <CardPopup :showGoUpdate="showGoUpdate"></CardPopup> --> <!-- <CardPopup :showGoUpdate="showGoUpdate"></CardPopup> -->
</div> </div>
</template> </template>
......
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
</div> </div>
</div> </div>
</div> </div>
<Loading v-show="showLoading" />
<!-- 弹框 --> <!-- 弹框 -->
<CommonDialog <CommonDialog
:isShowDialog="isShowDialog" :isShowDialog="isShowDialog"
...@@ -118,6 +117,7 @@ ...@@ -118,6 +117,7 @@
:type="project.currentProgress > 1 ? 'primary' : 'disabled'"></ExjumperButton> :type="project.currentProgress > 1 ? 'primary' : 'disabled'"></ExjumperButton>
<div v-if="project.cmeType == 2" style="padding-top: 30px"></div> <div v-if="project.cmeType == 2" style="padding-top: 30px"></div>
<CardPopup :cardInfo="cardInfo" :isShow="isShowPopup" @cancle="jumpToCardList()" @confirm="confirm"></CardPopup> <CardPopup :cardInfo="cardInfo" :isShow="isShowPopup" @cancle="jumpToCardList()" @confirm="confirm"></CardPopup>
<Loading v-show="showLoading" />
</div> </div>
</template> </template>
<script> <script>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册