|
@@ -2123,6 +2123,11 @@ export default {
|
|
this.$api.courseDetail(this.courseId).then((res) => {
|
|
this.$api.courseDetail(this.courseId).then((res) => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
if (res.data.data.educationName == "继续教育") {
|
|
if (res.data.data.educationName == "继续教育") {
|
|
|
|
+ this.$api
|
|
|
|
+ .lockLockAction({
|
|
|
|
+ action: "jxjy",
|
|
|
|
+ })
|
|
|
|
+ .then((res) => {});
|
|
this.lockTimer = setInterval(() => {
|
|
this.lockTimer = setInterval(() => {
|
|
this.$api
|
|
this.$api
|
|
.lockLockAction({
|
|
.lockLockAction({
|