|
|
@@ -1271,7 +1271,7 @@ export default {
|
|
|
console.error(err);
|
|
|
});
|
|
|
},
|
|
|
- getCourse2() {
|
|
|
+ getCourse3() {
|
|
|
console.log("typea", this.typea);
|
|
|
// this.isLoading = true;
|
|
|
let params = {
|
|
|
@@ -1640,7 +1640,7 @@ export default {
|
|
|
}
|
|
|
if(this.org && this.org == '3d2d45b1-703b-11f1-9985-005056924926'){
|
|
|
setInterval(() => {
|
|
|
- this.getCourse2()
|
|
|
+ this.getCourse3()
|
|
|
}, 10000);
|
|
|
}
|
|
|
}
|