Commit 63642571 by 冷斌

fix bug

parent 93f36b4b
...@@ -228,12 +228,14 @@ ...@@ -228,12 +228,14 @@
}, },
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