Commit 3291f8b2 by 冷斌

fix bug

parent 6625dc93
......@@ -62,7 +62,10 @@
}
},
created:function(){
document.title = "我的收藏"
document.title = "我的收藏";
$.get("{:U('home/Home/collect2')}", function (res) {
console.log(res);
}, 'json');
},
methods: {
onTab: function(tab) {
......
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