Commit 6cf80fa6 by 冷斌

fix bug

parent 82a717bc
......@@ -238,7 +238,7 @@
},
isVideoLocked: function() {
return function(child) {
if(this.bought || this.isFree) {
if(this.bought) {
return false
} else {
return child.is_free != 1
......
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