cheny 4 years ago
parent
commit
cad68160ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/login.js

+ 1 - 1
app/service/login.js

@@ -66,7 +66,7 @@ class LoginService extends CrudService {
         },
         },
         dataType: 'json',
         dataType: 'json',
       });
       });
-      user.remark = vipuser.data;
+      user.remark = vipuser.id;
     }
     }
     // 取出用户的类型,根据用户类型返回相应信息
     // 取出用户的类型,根据用户类型返回相应信息
     const state = uuid();
     const state = uuid();