Commit 1c642ab8 by 陈超

T

parent 97b8ef41
......@@ -138,6 +138,8 @@
data: function() {
return {
tab: 0,
userInfo: {},
vipInfo: {},
options: [{
title: '乡试',
color: "color_xiangshi",
......@@ -170,9 +172,10 @@
},
created:function(){
document.title = "会员信息"
let vipInfo = {:json_encode($vipInfo)};
let userInfo = {:json_encode($user)};
this.vipInfo = {:json_encode($vipInfo)};
this.userInfo = {:json_encode($user)};
console.log(userInfo)
console.log(vipInfo)
vipInfo.forEach( r => {
let opt = undefined
if(r.title == "乡试") {
......
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