Commit 12f2ee79 by 冷斌

fix bug

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