Commit cd9703c1 authored by IvyXia123's avatar IvyXia123

fundebug.notify

parent e36a2ae7
......@@ -522,9 +522,11 @@
},
// 显示课程弹窗
showDia(data,i){
fundebug.notify("Test", "1");
if(data.push_time !== '0000-00-00'){
fundebug.notify("Test", "2");
getLessonDetailApi(this.secActions.id,data.id,data.ele_id).then(res=>{
fundebug.notify("Test", "3");
res.content = JSON.parse(res.content);
this.thisLesson = res;
this.thisLesson.id = data.ele_id.toString();
......
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