Commit 5c485ee8 by 冷斌

fix bug

parent 4e0d6b39
...@@ -228,11 +228,11 @@ ...@@ -228,11 +228,11 @@
}, },
isVideoLocked: function() { isVideoLocked: function() {
return function(child) { return function(child) {
console.log(this.bought, child)
if(this.bought) { if(this.bought) {
return false return false
} else { } else {
return child.is_free != 1 //child.is_free != 1 ||
return this.isFree();
} }
} }
}, },
......
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