mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
课程点击不再有微课,录播课的区分
This commit is contained in:
@@ -600,13 +600,15 @@
|
||||
window.open('https://m.qingxuetang.com/x/?appId=qxtcorp306130', '_blank');
|
||||
},
|
||||
toCourseDetail(item) {
|
||||
//二期调整,直接改成一个地址
|
||||
return this.webBaseUrl + '/course/detail?id=' + item.id;
|
||||
|
||||
if (item.type == 10) {
|
||||
return this.webBaseUrl + '/course/micro?id=' + item.id;
|
||||
} else if (item.type == 20) {
|
||||
return this.webBaseUrl + '/course/detail?id=' + item.id;
|
||||
}
|
||||
return '';
|
||||
// if (item.type == 10) {
|
||||
// return this.webBaseUrl + '/course/micro?id=' + item.id;
|
||||
// } else if (item.type == 20) {
|
||||
// return this.webBaseUrl + '/course/detail?id=' + item.id;
|
||||
// }
|
||||
// return '';
|
||||
},
|
||||
orderTypeFilter(val) {
|
||||
this.courseList.orderType = val;
|
||||
|
||||
Reference in New Issue
Block a user