Authored by 邱骏

修复一个登录bug

@@ -85,7 +85,7 @@ class passportModel extends global.yoho.BaseModel { @@ -85,7 +85,7 @@ class passportModel extends global.yoho.BaseModel {
85 85
86 return this.get({ 86 return this.get({
87 data: { 87 data: {
88 - uid, 88 + uid: userId,
89 method: 'app.passport.profile' 89 method: 'app.passport.profile'
90 } 90 }
91 }).then((userInfo) => { 91 }).then((userInfo) => {