jiahao hace 5 años
padre
commit
c680d48d0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/main.dart

+ 1
- 1
lib/main.dart Ver fichero

@@ -53,7 +53,7 @@ initLocalData() async {
var localUserId = prefs.getInt(Constants.LocalUserId);
if (localUserId != null) {
print('用户不为空');
print('aaaaa用户不为空');
//设置用户基本信息
UserData().basicInfo.userId = localUserId;
String localUserData = await SPUtils.get(Constants.LocalUsrInfo);


Cargando…
Cancelar
Guardar