|
@@ -831,8 +831,6 @@ export default {
|
|
|
return this.backNextItem(nextItem, nextItem.menuType, isNext);
|
|
|
},
|
|
|
async getResource(section, type, courseIndex) {
|
|
|
- console.log(section, 789);
|
|
|
- return;
|
|
|
if (
|
|
|
section.type != 2 &&
|
|
|
this.isActive(section) &&
|
|
@@ -1024,7 +1022,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
toPlay(section) {
|
|
|
- console.log(section, 777);
|
|
|
this.$emit("getResource", section, this.rebuild);
|
|
|
},
|
|
|
//获取商品双师资模板
|