Commit 73c8747e by 冷斌

fix bug

parent 1d25e86e
......@@ -80,6 +80,12 @@
}, 'json');
},
methods: {
onTab: function(tab) {
this.tab = tab
},
onLoad: function() {
let that = this
},
onShow: function(item) {
let url = "/course/"+item.video_info.id+".html"
window.location.href = url;
......
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