Commit 12f2ee79 by 冷斌

fix bug

parent 9d935955
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
document.title = "我的收藏"; document.title = "我的收藏";
let _this = this; let _this = this;
$.get("{:U('home/Home/collect2')}", function (res) { $.get("{:U('home/Home/collect2')}", function (res) {
console.log(res);
let exams = video = []; let exams = video = [];
if (res.exams.data.length > 0) { if (res.exams.data.length > 0) {
exams = res.exams.data; exams = res.exams.data;
...@@ -86,7 +85,6 @@ ...@@ -86,7 +85,6 @@
page: 0, page: 0,
finished: true finished: true
}]; }];
console.log(video, exams);
}, 'json'); }, 'json');
}, },
methods: { methods: {
......
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