Commit 0b60bd44 by 陈超

T

parent 2ac71f53
......@@ -132,12 +132,10 @@
},
isVideoLocked: function() {
return function(child) {
console.log(child)
console.log(child.is_free)
if(this.bought) {
return false
} else {
return child.is_free == 1
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