Commit 20516fb7 by 冷斌

fix bug

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