cheny il y a 4 ans
Parent
commit
e8c1533fa5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
+      user.remark = JSON.stringify(vipuser);
     }
     }
     // 取出用户的类型,根据用户类型返回相应信息
     // 取出用户的类型,根据用户类型返回相应信息
     const state = uuid();
     const state = uuid();