Commit ae7b831b by 陈超

T

parent 1c642ab8
...@@ -174,9 +174,9 @@ ...@@ -174,9 +174,9 @@
document.title = "会员信息" document.title = "会员信息"
this.vipInfo = {:json_encode($vipInfo)}; this.vipInfo = {:json_encode($vipInfo)};
this.userInfo = {:json_encode($user)}; this.userInfo = {:json_encode($user)};
console.log(userInfo) console.log(this.userInfo)
console.log(vipInfo) console.log(this.vipInfo)
vipInfo.forEach( r => { this.vipInfo.forEach( r => {
let opt = undefined let opt = undefined
if(r.title == "乡试") { if(r.title == "乡试") {
opt = this.options[0] opt = this.options[0]
......
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