Commit f6fc8010 by 冷斌

fix bug

parent d80bd54f
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
}, },
subVideo: function (child) { subVideo: function (child) {
let isVideoLocked = this.isVideoLocked(child); let isVideoLocked = this.isVideoLocked(child);
console.log(isVideoLocked, child); console.log(isVideoLocked, child.info);
// window.location.href = "{:U('basic/Passport/login')}"; // window.location.href = "{:U('basic/Passport/login')}";
}, },
childStyle: function() { 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