Commit 20516fb7 by 冷斌

fix bug

parent 63642571
...@@ -228,14 +228,12 @@ ...@@ -228,14 +228,12 @@
}, },
isVideoLocked: function() { isVideoLocked: function() {
return function(child) { return function(child) {
// if(this.bought) { if(this.bought) {
// return false return false
// } else { } else {
// //child.is_free != 1 || //child.is_free != 1 ||
// return this.price == 0; return this.price != 0;
// } }
return this.bought || this.price == 0;
} }
}, },
childStyle: function() { childStyle: function() {
......
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