mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
提交
This commit is contained in:
@@ -79,7 +79,6 @@ export default {
|
||||
courseImage
|
||||
},
|
||||
mounted() {
|
||||
console.log(this.items,'items');
|
||||
},
|
||||
methods: {
|
||||
coudetail(item) {
|
||||
@@ -104,8 +103,9 @@ export default {
|
||||
.catch(() => {});
|
||||
},
|
||||
contentTypeFilter(value) {
|
||||
let val = Number(value);
|
||||
let obj = {};
|
||||
switch (value) {
|
||||
switch (val) {
|
||||
case 10: {
|
||||
obj.class = 'uc-course-type2';
|
||||
obj.text = '录播';
|
||||
|
||||
Reference in New Issue
Block a user