Commit 9e89b9e3 by 冷斌

设置

parent d26eabcf
...@@ -226,7 +226,8 @@ ...@@ -226,7 +226,8 @@
courseIntro: function() { courseIntro: function() {
return this.info.video_intro return this.info.video_intro
}, },
isVideoLocked: function() { isVideoLocked: function(child) {
console.log(child);
return function(child) { return function(child) {
if(this.bought) { if(this.bought) {
return false return false
......
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