|
@@ -4569,7 +4569,9 @@ export default {
|
|
|
this.cid = res.data.courseId;
|
|
|
this.courseUserid = this.userid;
|
|
|
this.islogin = true;
|
|
|
- this.selectCourseDetail();
|
|
|
+ setTimeout(() => {
|
|
|
+ this.selectCourseDetail();
|
|
|
+ }, 1000);
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
this.$message.error("网络不佳");
|