Commit c1e39af3 by 陈超

T

parent 79f3c1dc
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
}, },
created:function(){ created:function(){
let p = {:json_encode($isBuyVideo)}; let p = {:json_encode($isBuyVideo)};
let c = {:json_encode($iscollect)}; let c = {:json_encode($is_colle)};
console.log(c) console.log(c)
this.bought = p != null this.bought = p != null
}, },
......
...@@ -122,7 +122,6 @@ ...@@ -122,7 +122,6 @@
}, },
created:function(){ created:function(){
this.vips = {:json_encode($user_vip)}; this.vips = {:json_encode($user_vip)};
console.log(this.vips)
this.vips.forEach( r => { this.vips.forEach( r => {
if(r.title == "乡试") { if(r.title == "乡试") {
r.color = { background: "#65C000" } r.color = { background: "#65C000" }
......
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