Commit 63642571 by 冷斌

fix bug

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