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