mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改热度榜点击错误问题
This commit is contained in:
@@ -542,6 +542,10 @@ export default {
|
|||||||
},
|
},
|
||||||
toCourseDetail(item) {
|
toCourseDetail(item) {
|
||||||
let $this=this;
|
let $this=this;
|
||||||
|
let courseId=item.id;
|
||||||
|
if(!courseId){
|
||||||
|
courseId=item.courseId;
|
||||||
|
}
|
||||||
if (item.source == 1) {
|
if (item.source == 1) {
|
||||||
//return `${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`;
|
//return `${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`;
|
||||||
//location.href=`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`;
|
//location.href=`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user