Commit dbac775e by 陈超

T

parent d5d1b0a1
......@@ -148,8 +148,13 @@
el: '#app',
data: function() {
return {
type: 1
type: 1,
vips: []
}
},
created:function(){
this.vips = {:json_encode($user_vip)};
console.log(this.vips)
}
})
......
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