Commit 5c485ee8 by 冷斌

fix bug

parent 4e0d6b39
......@@ -228,11 +228,11 @@
},
isVideoLocked: function() {
return function(child) {
console.log(this.bought, child)
if(this.bought) {
return false
} else {
return child.is_free != 1
//child.is_free != 1 ||
return this.isFree();
}
}
},
......
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