Commit 384020ad authored by IvyXia123's avatar IvyXia123

测试

parent f8351c34
...@@ -492,7 +492,6 @@ ...@@ -492,7 +492,6 @@
}, },
// 显示课程弹窗 // 显示课程弹窗
showDia(data,i){ showDia(data,i){
alert(8888)
if(data.push_time !== '0000-00-00'){ if(data.push_time !== '0000-00-00'){
getLessonDetailApi(this.secActions.id,data.id,data.ele_id).then(res=>{ getLessonDetailApi(this.secActions.id,data.id,data.ele_id).then(res=>{
res.content = JSON.parse(res.content); res.content = JSON.parse(res.content);
......
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
this.$router.push({ this.$router.push({
name: "map", name: "map",
query: { query: {
course_type: this.userCourse2.start_periods_course_type course_type: this.userCourse2. start_periods_course_type
} }
}); });
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment