瀏覽代碼

test

master
jiahao 5 年之前
父節點
當前提交
c680d48d0f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/main.dart

+ 1
- 1
lib/main.dart 查看文件

@@ -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);


正在載入中…
取消
儲存