Commit ae7b831b by 陈超

T

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