Commit a6ad91a1 by 冷斌

fix bug

parent 1f576fa9
...@@ -238,10 +238,7 @@ ...@@ -238,10 +238,7 @@
}, },
isVideoLocked: function() { isVideoLocked: function() {
return function(child) { return function(child) {
console.log('-------start-------'); if(this.bought || this.isFree) {
console.log(child);
console.log('-------end-------');
if(this.bought) {
return false return false
} else { } 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