|
@@ -1746,12 +1746,12 @@
|
|
<div style="font-weight: bold">成功</div>
|
|
<div style="font-weight: bold">成功</div>
|
|
<!-- <div>您的课程编号</div>
|
|
<!-- <div>您的课程编号</div>
|
|
<div class="number">{{ number }}</div>-->
|
|
<div class="number">{{ number }}</div>-->
|
|
- <div class="success_button">
|
|
|
|
- <!-- <div class="look_course" @click="isNoFinsh">
|
|
|
|
|
|
+ <!-- <div class="success_button">
|
|
|
|
+ <div class="look_course" @click="isNoFinsh">
|
|
邀请老师协同编辑
|
|
邀请老师协同编辑
|
|
- </div>-->
|
|
|
|
|
|
+ </div>
|
|
<div class="attend_others" @click="goCourse">预览课程</div>
|
|
<div class="attend_others" @click="goCourse">预览课程</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="info_btnBox">
|
|
<div class="info_btnBox">
|
|
@@ -4126,7 +4126,9 @@ export default {
|
|
if (this.timer) clearTimeout(this.timer);
|
|
if (this.timer) clearTimeout(this.timer);
|
|
this.timer = null;
|
|
this.timer = null;
|
|
// this.timer = setInterval(() => {
|
|
// this.timer = setInterval(() => {
|
|
- this.seleteCourseUpdate();
|
|
|
|
|
|
+
|
|
|
|
+ // this.seleteCourseUpdate();
|
|
|
|
+
|
|
// }, 5000);
|
|
// }, 5000);
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -4427,6 +4429,10 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
}
|
|
}
|
|
.info_title {
|
|
.info_title {
|
|
font-size: 1.5em;
|
|
font-size: 1.5em;
|